|
@@ -13,11 +13,8 @@ declare module 'vue' {
|
|
|
AEmpty: typeof import('ant-design-vue/es')['Empty']
|
|
|
APagination: typeof import('ant-design-vue/es')['Pagination']
|
|
|
ASpin: typeof import('ant-design-vue/es')['Spin']
|
|
|
- Box1: typeof import('./src/components/small/Box1.vue')['default']
|
|
|
- Box2: typeof import('./src/components/small/Box2.vue')['default']
|
|
|
Clock: typeof import('./src/components/small/Clock.vue')['default']
|
|
|
CommonCatalog: typeof import('./src/components/content/CommonCatalog.vue')['default']
|
|
|
- copy: typeof import('./src/components/SimplePageListContentLoader copy.vue')['default']
|
|
|
GridList: typeof import('./src/components/small/GridList.vue')['default']
|
|
|
Header: typeof import('./src/components/parts/Header.vue')['default']
|
|
|
HoriontalLargeList: typeof import('./src/components/small/HoriontalLargeList.vue')['default']
|
|
@@ -25,11 +22,7 @@ declare module 'vue' {
|
|
|
ImageLine: typeof import('./src/components/small/ImageLine.vue')['default']
|
|
|
ImagePreview: typeof import('./src/components/small/ImagePreview.vue')['default']
|
|
|
ImageSwiper: typeof import('./src/components/small/ImageSwiper.vue')['default']
|
|
|
- NavBar: typeof import('./src/components/content/NavBar.vue')['default']
|
|
|
Page: typeof import('./src/components/parts/Page.vue')['default']
|
|
|
- PageLeftTitleRightContent: typeof import('./src/components/parts/PageLeftTitleRightContent.vue')['default']
|
|
|
- PageRoot: typeof import('./src/components/parts/PageRoot.vue')['default']
|
|
|
- PageTopTitleBottomContent: typeof import('./src/components/parts/PageTopTitleBottomContent.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
ScrollLeftRightButton: typeof import('./src/components/small/ScrollLeftRightButton.vue')['default']
|
|
@@ -40,10 +33,6 @@ declare module 'vue' {
|
|
|
SimplePopup: typeof import('./src/components/SimplePopup.vue')['default']
|
|
|
SimpleRemoveRichHtml: typeof import('./src/components/SimpleRemoveRichHtml.vue')['default']
|
|
|
SimpleRichHtml: typeof import('./src/components/SimpleRichHtml.vue')['default']
|
|
|
- SimpleScrollView: typeof import('./src/components/SimpleScrollView.vue')['default']
|
|
|
Tab: typeof import('./src/components/small/Tab.vue')['default']
|
|
|
- TabNav: typeof import('./src/components/small/TabNav.vue')['default']
|
|
|
- VerticalImageItem: typeof import('./src/components/small/VerticalImageItem.vue')['default']
|
|
|
- Viewer: typeof import('./src/components/3d/Viewer.vue')['default']
|
|
|
}
|
|
|
}
|