add:管理端
This commit is contained in:
Vendored
+39
@@ -0,0 +1,39 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by vite-plugin-uni-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
Carebox: typeof import('./src/components/carebox/index.vue')['default']
|
||||
CarNoSelecter: typeof import('./src/components/carNoSelecter/index.vue')['default']
|
||||
Gender: typeof import('./src/components/gender/index.vue')['default']
|
||||
HasListCareBox: typeof import('./src/components/hasListCareBox/index.vue')['default']
|
||||
HeaderBox: typeof import('./src/components/headerBox/index.vue')['default']
|
||||
Largebox: typeof import('./src/components/largebox/index.vue')['default']
|
||||
NutButton: typeof import('nutui-uniapp/components/button/button.vue')['default']
|
||||
NutCol: typeof import('nutui-uniapp/components/col/col.vue')['default']
|
||||
NutForm: typeof import('nutui-uniapp/components/form/form.vue')['default']
|
||||
NutFormItem: typeof import('nutui-uniapp/components/formitem/formitem.vue')['default']
|
||||
NutInput: typeof import('nutui-uniapp/components/input/input.vue')['default']
|
||||
NutNavbar: typeof import('nutui-uniapp/components/navbar/navbar.vue')['default']
|
||||
NutPicker: typeof import('nutui-uniapp/components/picker/picker.vue')['default']
|
||||
NutPopup: typeof import('nutui-uniapp/components/popup/popup.vue')['default']
|
||||
NutRow: typeof import('nutui-uniapp/components/row/row.vue')['default']
|
||||
NutSafeArea: typeof import('nutui-uniapp/components/safearea/safearea.vue')['default']
|
||||
NutTabPane: typeof import('nutui-uniapp/components/tabpane/tabpane.vue')['default']
|
||||
NutTabs: typeof import('nutui-uniapp/components/tabs/tabs.vue')['default']
|
||||
NutTextarea: typeof import('nutui-uniapp/components/textarea/textarea.vue')['default']
|
||||
OrderItem: typeof import('./src/components/orderItem/index.vue')['default']
|
||||
Petheaderchoose: typeof import('./src/components/petheaderchoose/index.vue')['default']
|
||||
PetSmallBox: typeof import('./src/components/petSmallBox/index.vue')['default']
|
||||
PetSwiper: typeof import('./src/components/petSwiper/petSwiper.vue')['default']
|
||||
Selecter: typeof import('./src/components/selecter/index.vue')['default']
|
||||
Timepopup: typeof import('./src/components/timepopup/index.vue')['default']
|
||||
TimeSlotItem: typeof import('./src/components/timeSlotItem/index.vue')['default']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user