workflow-editor 0.0.56-up-tmp1 → 0.0.56-up-tmp2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{401-175deaf1.js → 401-494a1bdb.js} +1 -1
- package/lib/{404-b34dd375.js → 404-2e07705d.js} +1 -1
- package/lib/{iframe-page-3b0cccae.js → iframe-page-e7e45a74.js} +1 -1
- package/lib/{index-9421d62b.js → index-ca49f2b2.js} +7 -7
- package/lib/{tab-content-iframe-index-947afe19.js → tab-content-iframe-index-3d4a3900.js} +1 -1
- package/lib/{tab-content-index-5b96c46b.js → tab-content-index-87501479.js} +1 -1
- package/lib/{tache-subprocess-history-d5461011.js → tache-subprocess-history-c1f3fa77.js} +1 -1
- package/lib/workflow-editor.js +1 -1
- package/lib/workflow-editor.umd.cjs +1 -1
- package/package.json +1 -1
- package/packages/index.js +1 -0
package/package.json
CHANGED
package/packages/index.js
CHANGED
|
@@ -13,6 +13,7 @@ const components = [
|
|
|
13
13
|
|
|
14
14
|
// 定义 install 方法,接收 Vue 作为参数。如果使用 use 注册插件,则所有的组件都将被注册
|
|
15
15
|
const install = function(Vue) {
|
|
16
|
+
alert('wfEditor---package--install---888888')
|
|
16
17
|
if (install.installed) return
|
|
17
18
|
components.forEach(component => {
|
|
18
19
|
Vue.component(component.name, component)
|