摘要: emits:Vue3中emits类比于Vue2的props,也是传值,但是Vue2props不能声明事件,Vue3emits可以声明事件 //Vue2 <template> <div> <p>{{ text }}</p> <button v-on:click="$emit('accepted')"> 阅读全文
posted @ 2021-12-25 10:33 Jacky02 阅读(4773) 评论(0) 推荐(0)