WINDOWS-7IFQK7E\EDY лет назад: 2
Родитель
Сommit
c183c3629e
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/components.d.ts

+ 3 - 1
src/components.d.ts

@@ -3,7 +3,7 @@
 // Read more: https://github.com/vuejs/core/pull/3399
 import '@vue/runtime-core'
 
-export {}
+export { }
 
 declare module '@vue/runtime-core' {
   export interface GlobalComponents {
@@ -20,7 +20,9 @@ declare module '@vue/runtime-core' {
     VanGridItem: typeof import('vant/es')['GridItem']
     VanIcon: typeof import('vant/es')['Icon']
     VanNavBar: typeof import('vant/es')['NavBar']
+
     VanRate: typeof import('vant/es')['Rate']
+
     VanSwipe: typeof import('vant/es')['Swipe']
     VanSwipeItem: typeof import('vant/es')['SwipeItem']
     VanTab: typeof import('vant/es')['Tab']