@click="事件名" or v-on:click="事件名"
默认按钮
methods: { handleClick () { console.log('lvhang') }, handleEdit () { console.log(123) } }
... ... ...