vue-meteor
vue-meteor copied to clipboard
"$attrs is readonly" and "$listeners is readonly" with only Vue-Meteor and Vue-Router
Versions and Environment
Vue: 2.5.13 akryum:vue: 1.2.3
Steps to reproduce
- clone the repo https://github.com/8BitJonny/Vue-Meteor-Vue-Router-Issue.git
- run meteor
Expected Behavior
Vue-Router should work as expected route to the different pages
Actual Behavior
The first routing works but then
for both "$attrs is readonly" and "$listeners is readonly" And after that routing works no more
GitHub Repo for Reproduction and more Code Insight:
https://github.com/8BitJonny/Vue-Meteor-Vue-Router-Issue.git
Any Help is appreciated