瀏覽代碼

Merge pull request #35 from QFifteen/main

fix(tsconfig): 修复z-paging库的TS类型丢失
菲鸽 1 年之前
父節點
當前提交
3de5f49f85
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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