I was using vue router in my page /plates/:id
to get the id according to the vue router docs for dynamic routes
But with the Vue Composition API, $route was undefined. The soluton was import {useRoute} from "vue-router";
Search
I was using vue router in my page /plates/:id
to get the id according to the vue router docs for dynamic routes
But with the Vue Composition API, $route was undefined. The soluton was import {useRoute} from "vue-router";