ESlint
If you are not using auto imports, you will need to tell ESlint about vue-router/auto-routes
. Add these lines to your eslint configuration:
json
{
"settings": {
"import/core-modules": ["vue-router/auto-routes"]
}
}