From e4614438091005ca092e74be0c5f2d6dfb6a53dc Mon Sep 17 00:00:00 2001 From: peerless_hero Date: Tue, 11 Jul 2023 00:20:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=89=94=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/components.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/components.d.ts b/types/components.d.ts index 60a7584..ce9e046 100644 --- a/types/components.d.ts +++ b/types/components.d.ts @@ -18,8 +18,6 @@ declare module 'vue' { Header: typeof import('./../packages/header/index.vue')['default'] Image: typeof import('./../dev/Image.vue')['default'] Prompt: typeof import('./../packages/prompt/index.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] SearchPicker: typeof import('./../packages/search-picker/index.vue')['default'] Text: typeof import('./../dev/Text.vue')['default'] UniBadge: typeof import('@uni-helper/uni-ui-types')['UniBadge']