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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "workflow-editor",
3
3
  "private": false,
4
- "version": "0.0.56-up-tmp1",
4
+ "version": "0.0.56-up-tmp2",
5
5
  "type": "module",
6
6
  "main": "./lib/workflow-editor.js",
7
7
  "scripts": {
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)