Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit c940f85

Browse files
committed
Update code comments and change log
1 parent 1c2c6a2 commit c940f85

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.1.1 (June 23, 2018)
4+
5+
### Updated
6+
- README.md
7+
- Code comments
8+
39
## 3.1.0 (May 29, 2018)
410

511
### Added

src/vue-context.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
closeOnScroll: {
1818
type: Boolean,
1919
default: true
20-
},
20+
}
2121
},
2222
2323
computed: {
@@ -75,8 +75,8 @@
7575
/**
7676
* Open the context menu.
7777
*
78-
* @param {Event} event
79-
* @param {object} data
78+
* @param {MouseEvent} event
79+
* @param {array|object|string} data User provided data for the menu
8080
*/
8181
open (event, data) {
8282
this.data = data;

0 commit comments

Comments
 (0)