Directives reference
This is an overview of all the directives registered globally to Vue. Directives are the same as normally in Vue. Checkout the Using directives article or refer to the directives folder in the GIT repository.
Overview of directives
Name | Task |
---|---|
autofocus | Focuses an <input> in an element on insertion. |
dragdrop | Enables the drag and drop functionality of the CMS. |
popover | Directive for automatic edge detection of the element place |
responsive | Adds methods to add responsive element classes |
tooltip | Provides utility functions to display tooltips. |