This commit is contained in:
2026-02-07 16:07:10 +08:00
parent 397d0e8990
commit 1af1771944
95 changed files with 46084 additions and 0 deletions

17
components.d.ts vendored Normal file
View 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']
}
}