I thought this would work:
{ path: '/course/:id', component: Course.extend({
props: { course: params.id }
}) },
Sadly, it's not that simple (it's not id
either). How do I do this? (I just took a course on vue, can't believe I can't remember this)