Hello,
Frist congrats and thanks for the projet.
I've seen that Vue-Router appears to be a dependency while the project might work without it.
The line
|
import { RouterLink } from 'vue-router' |
makes the project unusuable for apps not using Vue-Router.
Was that meant to be so?
Would it be possible to have it compatible without depending on Vue-Router ?
Thank you very much