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