The questions should be enough clear.

But I can see that someone use:

<button @click="function()">press</button>

Someone use:

<button v-on:click="function()">press</button>

But really what is the difference between the two (if exists)

3 Answers
3

Leave a Reply

Your email address will not be published. Required fields are marked *