Explorar o código

Merge pull request #35 from QFifteen/main

fix(tsconfig): 修复z-paging库的TS类型丢失
菲鸽 hai 1 ano
pai
achega
3de5f49f85
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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": {