2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-23 18:40:31 +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
+6
View File
@@ -1,5 +1,11 @@
# Changelog # Changelog
## 3.1.1 (June 23, 2018)
### Updated
- README.md
- Code comments
## 3.1.0 (May 29, 2018) ## 3.1.0 (May 29, 2018)
### Added ### Added
+3 -3
View File
@@ -17,7 +17,7 @@
closeOnScroll: { closeOnScroll: {
type: Boolean, type: Boolean,
default: true default: true
}, }
}, },
computed: { computed: {
@@ -75,8 +75,8 @@
/** /**
* Open the context menu. * Open the context menu.
* *
* @param {Event} event * @param {MouseEvent} event
* @param {object} data * @param {array|object|string} data User provided data for the menu
*/ */
open (event, data) { open (event, data) {
this.data = data; this.data = data;