Closed u007 closed 3 years ago
I'am unable to get both within my vue project, using:
"vue-router": "^4.0.12"
import { useRoute, useRouter } from 'vue-router'; const $route = useRoute() const $router = useRouter() console.log('router?', $route, $router)
got these:
[Vue warn]: injection "Symbol([vue-router]: route location)" not found. [Vue warn]: injection "Symbol([vue-router]: router)" not found. router? undefined undefined
sorry wrong projet
I'am unable to get both within my vue project, using:
got these: