feat:新增功能

This commit is contained in:
5g0Wp7Zy 2026-02-27 11:14:15 +08:00
parent dd6b16f304
commit 7d92d5e722

1
src/components.d.ts vendored
View File

@ -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']