Loading

摘要: 原理剖析: 子组件custom-input为一个input标签,将input标签的 value attribute 绑定到一个名叫 value 的 prop 上 通过v-on:input监听input标签输入事件,同时将该监听事件由 $emit()函数向外抛出,其参数一为该监听事件的函数名handl 阅读全文
posted @ 2020-08-07 17:20 codeduck 阅读(292) 评论(0) 推荐(0)