From 8e39dcf2c2206d64ba37b986de78f9d1b80f9d99 Mon Sep 17 00:00:00 2001 From: harrywan Date: Wed, 18 Aug 2021 14:23:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A3=80=E6=B5=8Bvue=E5=92=8C@vue/compi?= =?UTF-8?q?ler-sfc=E7=9A=84=E7=89=88=E6=9C=AC,=E4=BF=9D=E8=AF=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-plugin-layout/package.json | 2 +- .../src/runtime/views/MultiTabProvider.vue | 14 +- packages/fes-plugin-locale/package.json | 2 +- packages/fes-plugin-locale/src/index.js | 2 +- packages/fes-preset-built-in/package.json | 3 + packages/fes-preset-built-in/src/index.js | 1 + .../src/plugins/features/checkVuePackage.js | 30 + packages/fes-template/package.json | 2 +- .../src/components/PageLoading.vue | 4 +- yarn.lock | 7257 +++++++++-------- 10 files changed, 3693 insertions(+), 3624 deletions(-) create mode 100644 packages/fes-preset-built-in/src/plugins/features/checkVuePackage.js diff --git a/packages/fes-plugin-layout/package.json b/packages/fes-plugin-layout/package.json index 93bb112c..c438da7b 100644 --- a/packages/fes-plugin-layout/package.json +++ b/packages/fes-plugin-layout/package.json @@ -30,7 +30,7 @@ "@fesjs/utils": "^2.0.0" }, "peerDependencies": { - "@ant-design/icons-vue": "^5.1.6", + "@ant-design/icons-vue": "^6.0.0", "@fesjs/fes": "^2.0.0", "ant-design-vue": "^2.2.0", "vue": "^3.0.5" diff --git a/packages/fes-plugin-layout/src/runtime/views/MultiTabProvider.vue b/packages/fes-plugin-layout/src/runtime/views/MultiTabProvider.vue index 269ecef5..4ddcbf04 100644 --- a/packages/fes-plugin-layout/src/runtime/views/MultiTabProvider.vue +++ b/packages/fes-plugin-layout/src/runtime/views/MultiTabProvider.vue @@ -5,8 +5,9 @@ hide-add type="editable-card" @tabClick="switchPage" + @edit="onEdit" > - +