From 7d92d5e722a54186cee8524bfcb9c29faf09688c Mon Sep 17 00:00:00 2001 From: 5g0Wp7Zy Date: Fri, 27 Feb 2026 11:14:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components.d.ts b/src/components.d.ts index a904fc1..2a34503 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -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']