For the complete documentation index, see llms.txt. This page is also available as Markdown.

Vue

Shorthands

@ is a synonym for v-on: v-bind can be dropped (e.g. v-bind:href='var1' is the same as :href='var1')

Last updated