vue-aplayer
vue-aplayer copied to clipboard
$attrs is readonly && $listeners is readonly
Hello, I used your project in electron-vue and found always some warnings like these below

You can try this solution: https://github.com/ElemeFE/element/issues/7690#issuecomment-432569042
你好 我在Vue-admin-template整合Aplayer也遇到了这个问题,困扰了我一天,这个问题应该是vue的版本问题,或是elementUI版本的问题 在修改各种config配置文件之后我决定修改为我曾经项目用过的成功Demo例子里的版本,建议把Vue 版本修改为^2.5.2,将elementUI修改为^2.11.1 完美解决报错问题,问题的具体原因我也不是很清楚,建议这个插件的开发者有时间看看是什么原因造成的,因为Vue的版本也在不断地更新,Aplayer自然也会存在以往没有的问题
建议修改版本"element-ui": "^2.11.1", "vue": "^2.5.2",
如果这个问题得到解决 麻烦点个赞
我是添加如下配置解决的:
