Open Dudi011 opened 6 years ago
I can not seem to find the solution...
My router-link is pointing at a wrong route, namely on "meetups/something..." and not displaying the carousel at all at the beginning
However, the code seems fine to me, in App.vue:
and in router/index.js routes: [ { path: '/', name: 'Home', component: Home }, else.... ]
It looks like it goes straight into the method in Home.vue without displaying the carousel and the rest of Home.vue
methods: { onLoadMeetup (id) { this.$router.push('/meetups/' + id) } }
What am I missing out?
solved! (typo)
I can not seem to find the solution...
My router-link is pointing at a wrong route, namely on "meetups/something..." and not displaying the carousel at all at the beginning
However, the code seems fine to me, in App.vue:
and in router/index.js routes: [ { path: '/', name: 'Home', component: Home }, else.... ]
It looks like it goes straight into the method in Home.vue without displaying the carousel and the rest of Home.vue
methods: { onLoadMeetup (id) { this.$router.push('/meetups/' + id) } }
What am I missing out?