easyflow-v3
Advanced tools
Comparing version
{ | ||
"name": "easyflow-v3", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "正式版本", | ||
@@ -5,0 +5,0 @@ "main": "/src/index.js", |
@@ -6,6 +6,6 @@ import Panel from "easyflow-v3/src/components/ef/panel.vue"; | ||
import * as ElementPlusIconsVue from '@element-plus/icons-vue' | ||
let easyflowV3={ | ||
@@ -35,2 +35,6 @@ install : function (Vue, options) { | ||
Vue.component('M-ShowFlow', ShowFlow) | ||
for (const [key, component] of Object.entries(ElementPlusIconsVue)) { | ||
Vue.component(key, component) | ||
} | ||
} | ||
@@ -37,0 +41,0 @@ } |
637597
0.03%14768
0.03%