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