mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-23 21:50:31 +03:00
Update code comments and change log
This commit is contained in:
@@ -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
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user