摘要:
1 事件语法 Vue 中的事件绑定可以使用 v-on 指令进行处理,可以把 v-on 绑定事件简写为 @。 <div id="root"> <button @click="showinfo($event,123)">点我</button> <button v-on:click="showinfo($ 阅读全文
posted @ 2022-06-24 21:56
金天黑日
阅读(63)
评论(0)
推荐(0)
2022年6月24日