|
@@ -13,6 +13,7 @@ declare module 'vue' {
|
|
|
MIcon: typeof import('./../src/components/MIcon/index.vue')['default']
|
|
|
MNavBar: typeof import('./../src/components/MNavBar/index.vue')['default']
|
|
|
MPage: typeof import('./../src/components/MPage/index.vue')['default']
|
|
|
+ MSys: typeof import('./../src/components/MSys/index.vue')['default']
|
|
|
MTabBar: typeof import('./../src/components/MTabBar/index.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|