> For the complete documentation index, see [llms.txt](https://wiki.robmurtagh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.robmurtagh.com/javascript/vue.md).

# 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'`)
