@lqzh/vue-context-menu
Advanced tools
+3
-2
| { | ||
| "name": "@lqzh/vue-context-menu", | ||
| "version": "2.0.1", | ||
| "version": "2.0.3", | ||
| "description": "Vue context menu", | ||
@@ -13,3 +13,4 @@ "keywords": [ | ||
| "test": "vue-cli-service serve ./test/main.js", | ||
| "build": "vue-cli-service build --target lib -name vue-context-menu index.js" | ||
| "build": "vue-cli-service build --target lib -name vue-context-menu index.js", | ||
| "push": "npm version patch && npm publish" | ||
| }, | ||
@@ -16,0 +17,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
| <template> | ||
| <template> | ||
| <div></div> | ||
@@ -106,2 +106,5 @@ </template> | ||
| this.$destroy(); | ||
| if (this.$el.parentNode) { | ||
| this.$el.parentNode.removeChild(this.$el); | ||
| } | ||
| }, | ||
@@ -108,0 +111,0 @@ }, |
@@ -191,2 +191,5 @@ <template> | ||
| this.$destroy(); | ||
| if (this.$el.parentNode) { | ||
| this.$el.parentNode.removeChild(this.$el); | ||
| } | ||
| }, | ||
@@ -193,0 +196,0 @@ }, |
177119
0.13%