From bdaa472dc215775e5d306b7046af0bc1111c718d Mon Sep 17 00:00:00 2001 From: 云 <2163098428@qq.com> Date: 星期五, 14 八月 2026 15:58:06 +0800 Subject: [PATCH] feat(bpm): 添加业务附件配置功能 --- pnpm-workspace.yaml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ad49499..6105520 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -193,7 +193,7 @@ vue-json-pretty: ^2.6.0 vue-router: ^5.1.0 vue-tippy: ^6.7.1 - vue-tsc: ^3.3.3 + vue-tsc: ^3.3.9 vue3-print-nb: ^0.1.4 vue3-signature: ^0.4.4 vuedraggable: ^4.1.0 @@ -210,10 +210,10 @@ allowBuilds: '@carbon/icons': true '@parcel/watcher': true - '@vue-office/docx': set this to true or false - '@vue-office/excel': set this to true or false - '@vue-office/pdf': set this to true or false - '@vue-office/pptx': set this to true or false + '@vue-office/docx': true + '@vue-office/excel': true + '@vue-office/pdf': true + '@vue-office/pptx': true core-js: true core-js-pure: true esbuild: true -- Gitblit v1.9.3