#I am looking for help with Vue
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have some issues in my Vue.js code.
In my application user can views all page with login.
But I need to change this.
I would user can views home page without login so I changed following code(reouter/index.js)
I changed reqAuth:true of home router to noAuth: true
but It doesn't working well
pleease help me