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:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user