0👍
Solved it by updating imports in test.vue from:
import { useRoute } from "vue-router";
to:
import { useRoute } from "@node_modules/vue-router";
- [Vuejs]-V-data-table-server not updating component in the table template
- [Vuejs]-How to upload an image to folder src/assets in vuejs
Source:stackexchange.com