diff --git a/components.d.ts b/components.d.ts index 21558f6..159b024 100644 --- a/components.d.ts +++ b/components.d.ts @@ -16,6 +16,8 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] Search: typeof import('./components/guyu/home/search.vue')['default'] + SlideLabel: typeof import('./components/guyu/page/slide-label.vue')['default'] + SlideLable: typeof import('./components/guyu/page/slide-lable.vue')['default'] Swiper: typeof import('./components/guyu/home/swiper.vue')['default'] Tabs: typeof import('./components/guyu/home/tabs.vue')['default'] } diff --git a/components/guyu/home/tabs.vue b/components/guyu/home/tabs.vue index 867509f..51bc06a 100644 --- a/components/guyu/home/tabs.vue +++ b/components/guyu/home/tabs.vue @@ -1,26 +1,21 @@