fix(tsconfig): 修复z-paging库的TS类型丢失

This commit is contained in:
fifteen 2024-12-12 16:34:32 +08:00
parent 77e29a0048
commit c7b5e60fed

View File

@ -19,7 +19,8 @@
"@dcloudio/types",
"@uni-helper/uni-types",
"@types/wechat-miniprogram",
"wot-design-uni/global.d.ts"
"wot-design-uni/global.d.ts",
"z-paging/types"
]
},
"vueCompilerOptions": {