摘要: // this.$refs -> 转发对象 // this.$emit -> 触发绑定在组件上的自定义事件 // this.$set -> 设置数组或者对象某个索引值或者属性的值为响应的值 // this.$props->获取组件中接受到的props对象 // this.$attrs->获取prop 阅读全文
posted @ 2022-07-22 20:15 健生 阅读(32) 评论(0) 推荐(0)