Vue运行报错 Cannot read property 'priority' ofundefined“priority”

vue error Cannot read property 'priority' of undefined
1.版本问题,因为priority只存在于vue-touch 1.*Vue 1。
2.需要安装vue-touch
npm insatll vue-touch --save
已经安装了的
npm install vue-touch@next --save
解决
npm uninstall vue-touch --save
npm install vue-touch@next --save

posted @ 2020-11-10 10:30  国服第一测试  阅读(615)  评论(0编辑  收藏  举报