workflow-editor 0.0.56-up → 0.0.56-up-tmp1
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-9eee2682.js → 401-175deaf1.js} +1 -1
- package/lib/{404-28fcfb7c.js → 404-b34dd375.js} +1 -1
- package/lib/{iframe-page-c49f8cb2.js → iframe-page-3b0cccae.js} +1 -1
- package/lib/{index-b5ca4073.js → index-9421d62b.js} +7 -9
- package/lib/{tab-content-iframe-index-60d0823c.js → tab-content-iframe-index-947afe19.js} +1 -1
- package/lib/{tab-content-index-86a791d0.js → tab-content-index-5b96c46b.js} +1 -1
- package/lib/{tache-subprocess-history-93763cc4.js → tache-subprocess-history-d5461011.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 +4 -4
package/package.json
CHANGED
package/packages/index.js
CHANGED
|
@@ -21,10 +21,10 @@ const install = function(Vue) {
|
|
|
21
21
|
Vue.use(formValidator)
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
// 判断是否是直接引入vue的js文件,即全局引用可自动安装所有组件
|
|
25
|
-
if (typeof window !== 'undefined' && window.Vue) {
|
|
26
|
-
|
|
27
|
-
}
|
|
24
|
+
// // 判断是否是直接引入vue的js文件,即全局引用可自动安装所有组件
|
|
25
|
+
// if (typeof window !== 'undefined' && window.Vue) {
|
|
26
|
+
// install(window.Vue)
|
|
27
|
+
// }
|
|
28
28
|
|
|
29
29
|
export default {
|
|
30
30
|
// 导出的对象必须具有 install,才能被 Vue.use() 方法安装
|