From 930e59a9b09aee535ec4c316e44ed3c0e31be628 Mon Sep 17 00:00:00 2001 From: xuqingkai Date: Tue, 9 Jan 2024 12:48:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20Over?= =?UTF-8?q?lay=20=E7=B1=BB=E5=9E=8B=E5=A3=B0=E6=98=8E=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/uni_modules/wot-design-uni/global.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/uni_modules/wot-design-uni/global.d.ts b/src/uni_modules/wot-design-uni/global.d.ts index 358b056bd..dc0cac2cd 100644 --- a/src/uni_modules/wot-design-uni/global.d.ts +++ b/src/uni_modules/wot-design-uni/global.d.ts @@ -1,13 +1,12 @@ /* * @Author: weisheng * @Date: 2023-09-25 17:28:12 - * @LastEditTime: 2023-12-23 22:42:18 + * @LastEditTime: 2024-01-09 12:48:02 * @LastEditors: weisheng * @Description: * @FilePath: \wot-design-uni\src\uni_modules\wot-design-uni\global.d.ts * 记得注释 */ -// For this project development import '@vue/runtime-core' declare module '@vue/runtime-core' { @@ -44,7 +43,7 @@ declare module '@vue/runtime-core' { WdLoading: typeof import('./components/wd-loading/wd-loading.vue')['default'] WdLoadmore: typeof import('./components/wd-loadmore/wd-loadmore.vue')['default'] WdMessageBox: typeof import('./components/wd-message-box/wd-message-box.vue')['default'] - WdModal: typeof import('./components/wd-overlay/wd-overlay.vue')['default'] + WdOverlay: typeof import('./components/wd-overlay/wd-overlay.vue')['default'] WdNoticeBar: typeof import('./components/wd-notice-bar/wd-notice-bar.vue')['default'] WdPagination: typeof import('./components/wd-pagination/wd-pagination.vue')['default'] WdPicker: typeof import('./components/wd-picker/wd-picker.vue')['default']