Skip to content

Commit

Permalink
fix: 🐛 修复 Overlay 类型声明错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkai committed Jan 9, 2024
1 parent 68a25cb commit 930e59a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/uni_modules/wot-design-uni/global.d.ts
Original file line number Diff line number Diff line change
@@ -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' {
Expand Down Expand Up @@ -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']
Expand Down

0 comments on commit 930e59a

Please sign in to comment.