vue-meteor icon indicating copy to clipboard operation
vue-meteor copied to clipboard

"$attrs is readonly" and "$listeners is readonly" with only Vue-Meteor and Vue-Router

Open 8BitJonny opened this issue 6 years ago • 0 comments

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

bildschirmfoto 2018-06-01 um 16 54 55 bildschirmfoto 2018-06-01 um 16 57 23

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

8BitJonny avatar Jun 01 '18 14:06 8BitJonny