A Vue.js directive can only appear in the form of a prefixed HTML attribute that takes the following format:
<element
prefix-directiveId="[argument:] expression [| filters...]">
</element>
Common directives are v-if , v-for, v-model...
A Vue.js directive can only appear in the form of a prefixed HTML attribute that takes the following format:
<element
prefix-directiveId="[argument:] expression [| filters...]">
</element>
Common directives are v-if , v-for, v-model...