diff --git a/components.d.ts b/components.d.ts index 63a1989..799ce95 100644 --- a/components.d.ts +++ b/components.d.ts @@ -20,6 +20,10 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] UniNavBar: typeof import('./components/uni-nav-bar/uni-nav-bar.vue')['default'] + UniPopup: typeof import('./components/uni-popup/components/uni-popup/uni-popup.vue')['default'] + UniPopupDialog: typeof import('./components/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue')['default'] + UniPopupMessage: typeof import('./components/uni-popup/components/uni-popup-message/uni-popup-message.vue')['default'] + UniPopupShare: typeof import('./components/uni-popup/components/uni-popup-share/uni-popup-share.vue')['default'] UniStatusBar: typeof import('./components/uni-nav-bar/uni-status-bar.vue')['default'] } } diff --git a/pages/mall/product-detail.vue b/pages/mall/product-detail.vue index aef71e0..26d0490 100644 --- a/pages/mall/product-detail.vue +++ b/pages/mall/product-detail.vue @@ -1,11 +1,10 @@