mirror of
https://github.com/directus/directus.git
synced 2026-01-30 12:47:55 -05:00
* Add context menu directive * require specifying a ref name * fix empty context menu @azrikahar * listen contextmenu even if no menu attached In some cases we have an area where would like to not open the browser context menu. For example, an area where the context menu does not have any options because of conditions like permissions * only 'Show hidden...' if hidden collections exists * fix arrow chunk overlapping items on v-menu Co-authored-by: Jose Varela <joselcvarela@gmail.com> Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Directives
Directives are functions that are available on Vue components in templates. For example v-focus or
v-tooltip="'Hello world!'