The usage would be v-on:click="handler" or with the shortcut, @click="handler" . ... <button @click="count++">Add 1</button> <p>Count is: {{ count }}</p>.
確定! 回上一頁