问题描述:
vue通过this.$refs引用子组件出现undefined或者is not a function的错误
报错如下:
_this3.$refs.fileUpload.changeFileList is not a function
问题1:出现undefined错误
因为父组件逻辑代码中是通过该属性调用子组件的方法或者属性的。
问题2: 出现is not a function的错误
完结。
上一篇:el-select数据过多的解决(纯前端)
下一篇:IDEA实现前端页面登录,注册、增、删、改、查操作-完整版