init
This commit is contained in:
17
components.d.ts
vendored
Normal file
17
components.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
BindPopup: typeof import('./src/components/bind-popup/index.vue')['default']
|
||||
CheckFormPopup: typeof import('./src/components/check-form-popup/index.vue')['default']
|
||||
CustomTabbar: typeof import('./src/components/custom-tabbar/index.vue')['default']
|
||||
NutPopup: typeof import('@nutui/nutui-taro')['Popup']
|
||||
NutSwitch: typeof import('@nutui/nutui-taro')['Switch']
|
||||
OrderList: typeof import('./src/components/order-list/index.vue')['default']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user