🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@lqzh/vue-context-menu

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lqzh/vue-context-menu - npm Package Compare versions

Comparing version
2.0.1
to
2.0.3
+3
-2
package.json
{
"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 @@ },

+3
-0

@@ -191,2 +191,5 @@ <template>

this.$destroy();
if (this.$el.parentNode) {
this.$el.parentNode.removeChild(this.$el);
}
},

@@ -193,0 +196,0 @@ },