摘要: 在Vue2中 一般用 this.$ref.xxxx 进行获取组件对象 Vue3中就不使用这个方法了 例如: <el-upload class="upload-demo" action="" :http-request="handleUpload" :on-change="handleChange" 阅读全文
posted @ 2023-04-17 14:26 knva 阅读(236) 评论(0) 推荐(0)