init
This commit is contained in:
18
components.d.ts
vendored
Normal file
18
components.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/* 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 {
|
||||
CarForm: typeof import('./src/components/CarForm.vue')['default']
|
||||
NutButton: typeof import('@nutui/nutui-taro')['Button']
|
||||
NutForm: typeof import('@nutui/nutui-taro')['Form']
|
||||
NutFormItem: typeof import('@nutui/nutui-taro')['FormItem']
|
||||
NutInput: typeof import('@nutui/nutui-taro')['Input']
|
||||
NutPopup: typeof import('@nutui/nutui-taro')['Popup']
|
||||
NutToast: typeof import('@nutui/nutui-taro')['Toast']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user