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

Fix typo in README

This commit is contained in:
Randall Wilk
2018-05-26 12:21:15 -05:00
parent db26270806
commit 7ef9094ca5
+1 -1
View File
@@ -85,7 +85,7 @@ is sent to the `onClick` method on the Vue instance, which is then shown in an a
To pass any data from the `contextmenu` event to your template, you can pass it as the second
parameter of `open` and access it within a [scoped slot](https://vuejs.org/v2/guide/components.html#Scoped-Slots)
under the `data` property`. `$event` must be passed as the first parameter,
under the `data` property. `$event` must be passed as the first parameter,
otherwise the context menu will not function properly.
```html