doway-coms 1.4.52 → 1.4.53

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,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.52",
3
+ "version": "1.4.53",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
package/packages/index.js CHANGED
@@ -82,10 +82,9 @@ import Contextmenu from "vue-contextmenujs"
82
82
  Vue.use(Contextmenu);
83
83
 
84
84
  const install = function (Vue) {
85
- if (install.installed === true) return console.log('install', install.installed);
86
85
  //注册grid组件
87
86
  Vue.use(VXETable)
88
-
87
+ Vue.use(Contextmenu)
89
88
  // 遍历注册全局组件
90
89
  components.forEach((component) => {
91
90
  Vue.component(component.name, component);