Merge pull request #35 from QFifteen/main

fix(tsconfig): 修复z-paging库的TS类型丢失
This commit is contained in:
菲鸽 2024-12-26 12:22:29 +08:00 committed by GitHub
commit 3de5f49f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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": {