2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-05-17 03:59:35 +03:00

Update introduction.md

This commit is contained in:
Randall Wilk
2022-10-04 13:30:33 -05:00
committed by GitHub
parent b1f481c94c
commit 6723ccd68b
+1 -1
View File
@@ -15,7 +15,7 @@ styles applied to it, but they can be easily overridden by your own styles.
The menu disappears when you expect by utilizing `vue-clickaway` and it also optionally disappears when clicked on. The menu disappears when you expect by utilizing `vue-clickaway` and it also optionally disappears when clicked on.
![vue-context screenshot](/docs/vue-context/v6/images/screenshot.jpg) ![vue-context screenshot](/doc-files/vue-context/v6/images/screenshot.jpg)
By default, the menu is set up to use a `<ul>` tag for the menu, which is given the attribute `role="menu"` automatically. By default, the menu is set up to use a `<ul>` tag for the menu, which is given the attribute `role="menu"` automatically.
The component will also automatically apply the attribute `role="menuitem"` to each menu item when the context menu is opened. The component will also automatically apply the attribute `role="menuitem"` to each menu item when the context menu is opened.