From f22884b3d5293713525582ded93a60d71871b946 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 19 四月 2024 11:05:10 +0800 Subject: [PATCH] 入库,新增一个产品之后,无法再添加的问题修改+入库,出库,调拨,2个模块单位和数量位置调整+ --- src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 8acc4e8..fdfe8f5 100644 --- a/src/main.js +++ b/src/main.js @@ -15,6 +15,9 @@ ElementUI.Dialog.props.closeOnClickModal.default = false Vue.config.productionTip = false +// 鍥剧墖瑁佸壀 +import VueCropper from "vue-cropper" +Vue.use(VueCropper) new Vue({ router, -- Gitblit v1.8.0