Tag: core directives
-
Vue Directives
Vue provides a number of built-in directives. The exact number might depend on the version you’re using, but here’s a general list of some commonly used directives in Vue 2.x and Vue 3.x: Plus, you have the v-slot directive for named slots in Vue components, though that’s more specialized for slot content. So, there are…