修正类型导入写法,补上 pnpm 锁文件
- ItemType / ColumnItem / EleProTableDone 等纯类型改用 import type, 避免打包器把类型当运行时依赖处理 - 提交 pnpm-lock.yaml 与 pnpm-workspace.yaml 注:仓库里原有的 package-lock.json 与 yarn.lock 未动,三份锁文件并存。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
allowBuilds:
|
||||
'@parcel/watcher': true
|
||||
'@vue-office/docx': true
|
||||
'@vue-office/excel': true
|
||||
core-js: true
|
||||
es5-ext: true
|
||||
esbuild: true
|
||||
vue-demi: true
|
||||
vue-echarts: true
|
||||
Reference in New Issue
Block a user