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