2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-17 01:00:32 +03:00

Update code comments and change log

This commit is contained in:
Randall Wilk
2018-06-23 11:44:09 -05:00
parent 1c2c6a2737
commit c940f85947
2 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
closeOnScroll: {
type: Boolean,
default: true
},
}
},
computed: {
@@ -75,8 +75,8 @@
/**
* Open the context menu.
*
* @param {Event} event
* @param {object} data
* @param {MouseEvent} event
* @param {array|object|string} data User provided data for the menu
*/
open (event, data) {
this.data = data;