From 8fd76bc2330e6dcf5d3b2fefa751721a421cb4eb Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期三, 01 十一月 2023 12:06:26 +0800 Subject: [PATCH] 是否停机修改 --- src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 1d7d559..d6820f1 100644 --- a/src/main.js +++ b/src/main.js @@ -72,6 +72,9 @@ import dataV from '@jiaminghi/data-view' Vue.use(dataV) +import VueDragResize from "vue-drag-resize" +Vue.component('vue-drag-resize', VueDragResize) + // import 'echarts-liquidfill' Vue.prototype.$echarts = echarts Vue.prototype.$qs = qs -- Gitblit v1.9.3