feat: 数据库迁移
This commit is contained in:
27
Yi.App.Vue3/components.d.ts
vendored
Normal file
27
Yi.App.Vue3/components.d.ts
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
// generated by unplugin-vue-components
|
||||
// We suggest you to commit this file into source control
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
AppCard: typeof import('./src/components/AppCard.vue')['default']
|
||||
AppCreateTime: typeof import('./src/components/AppCreateTime.vue')['default']
|
||||
AppGrid: typeof import('./src/components/AppGrid.vue')['default']
|
||||
AppUserIcon: typeof import('./src/components/AppUserIcon.vue')['default']
|
||||
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
VanActionSheet: typeof import('vant/es')['ActionSheet']
|
||||
VanButton: typeof import('vant/es')['Button']
|
||||
VanCol: typeof import('vant/es')['Col']
|
||||
VanField: typeof import('vant/es')['Field']
|
||||
VanIcon: typeof import('vant/es')['Icon']
|
||||
VanNavBar: typeof import('vant/es')['NavBar']
|
||||
VanRow: typeof import('vant/es')['Row']
|
||||
VanTabbar: typeof import('vant/es')['Tabbar']
|
||||
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user