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