2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-20 14:40:32 +03:00
This commit is contained in:
Randall Wilk
2021-01-22 09:21:00 -06:00
parent 43051b9016
commit 96781cc470
4 changed files with 6 additions and 11 deletions
+1 -2
View File
@@ -70,6 +70,5 @@ to prevent the default behavior. In this example, the context menu has a ref of
referring to. When each item is clicked on, the text of the item is sent to the `onClick` method on the Vue instance,
which is then shown via an alert.
{.tip}
> The context menu defaults to a `<ul>` tag. For best results, make each menu item an `<a>` tag wrapped inside
> {tip} The context menu defaults to a `<ul>` tag. For best results, make each menu item an `<a>` tag wrapped inside
> of an `<li>` tag.