2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-23 11:40:33 +03:00

Close on click (#9)

This commit is contained in:
Randall Wilk
2018-09-12 12:41:31 -05:00
committed by GitHub
parent 179adf2d6e
commit 0e23700464
7 changed files with 186 additions and 156 deletions
+1
View File
@@ -148,6 +148,7 @@ new Vue({
| Property | Type | Default | Description
| -------- | ---- | ------- | -----------
| `closeOnClick` | Boolean | `true` | If set to false, context menu will not automatically close when clicked on.
| `closeOnScroll` | Boolean | `true` | If set to true, context menu will automatically close on window scroll.
## Credits