directives in vue js example

Опубликовано: 15 Октябрь 2024
на канале: v11tv
74
0

Vue also allows you to register your own custom directives. Note that in Vue 2.0, the primary form of code reuse and abstraction is components - however there may be cases where you need some low-level DOM access on plain elements, and this is where custom directives would still be useful