2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-09 17:12:24 +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
## 3.1.1 (June 23, 2018)
### Updated
- README.md
- Code comments
## 3.1.0 (May 29, 2018)
### Added
+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;