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