vue-simple-context-menu
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-simple-context-menu", | ||
"version": "1.0.0", | ||
"description": "Simple context-menu component built for Vue.", | ||
"version": "1.0.1", | ||
"description": "Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use.", | ||
"author": "John Datserakis <johndatserakis@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -63,2 +63,7 @@ # vue-simple-context-menu | ||
} | ||
<!-- And for capturing the event --> | ||
optionClicked (event) { | ||
window.alert(JSON.stringify(event)) | ||
} | ||
``` | ||
@@ -65,0 +70,0 @@ |
1008951
138