vue 中的ref和$refs用法
摘要:<div id="app"> <input type="text" ref="input1"/> <button @click="add">添加</button> </div> <script> new Vue({ el: "#app", methods:{ add(){ this.$refs.in
阅读全文
posted @ 2019-09-05 21:26
posted @ 2019-09-05 21:26
posted @ 2019-09-03 23:15