vuejs / vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
http://v2.vuejs.org
MIT License
207.83k stars 33.67k forks source link

Router-view Error #4350

Closed Profile closed 7 years ago

Profile commented 7 years ago

When I use 'router-link to="anylink"' tags (in laravel blade) if i import VueRouter from 'vue-router' then Showing this error: Uncaught TypeError: Right-hand side of 'instanceof' is not callable at _t (vue.min.js:6) at mt (vue.min.js:6) at vue.min.js:6 at vue.min.js:6 at Ne (vue.min.js:6) at Se (vue.min.js:6) at RouterLink.t._initProps (vue.min.js:6) at RouterLink.t._initState (vue.min.js:6) at RouterLink.Tt.t._init (vue.min.js:6) at new RouterLink (eval at n (vue.min.js:7), :2:45)

fnlctrl commented 7 years ago

Hi, please make sure to follow the Issue Reporting Guidelines before opening an issue. Thanks!