feat:新增功能
This commit is contained in:
parent
dd6b16f304
commit
7d92d5e722
1
src/components.d.ts
vendored
1
src/components.d.ts
vendored
@ -7,6 +7,7 @@ export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
copy: typeof import('./components/s-layout-search/index copy.vue')['default']
|
||||
'Index copy': typeof import('./components/s-layout-search/index copy.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user