mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-20 17:40:31 +03:00
Scrollable (#3)
* Add ability to close context menu on scroll * Update README * Update test page * Update changelog
This commit is contained in:
@@ -6,6 +6,10 @@ new Vue({
|
||||
VueContext
|
||||
},
|
||||
|
||||
data: {
|
||||
close: true
|
||||
},
|
||||
|
||||
methods: {
|
||||
onClick (data) {
|
||||
console.log(data);
|
||||
|
||||
Reference in New Issue
Block a user