chore: 忽略components.d.ts和autoimpors.d.ts
This commit is contained in:
8
auto-imports.d.ts
vendored
8
auto-imports.d.ts
vendored
@@ -1,8 +0,0 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-auto-import
|
||||
export {}
|
||||
declare global {
|
||||
|
||||
}
|
||||
22
components.d.ts
vendored
22
components.d.ts
vendored
@@ -1,22 +0,0 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
HeaderTitle: typeof import('./src/components/HeaderTitle.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
SelectItem: typeof import('./src/components/selectStyle/selectItem.vue')['default']
|
||||
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
|
||||
VanDialog: typeof import('vant/es')['Dialog']
|
||||
VanIcon: typeof import('vant/es')['Icon']
|
||||
VanSwipe: typeof import('vant/es')['Swipe']
|
||||
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user