xxxxxxxxxx
import VueRouter from 'vue-router'
xxxxxxxxxx
const Vue = require('vue')
const AppImport = Vue.createApp("dev-axios");
import axios from 'axios';
import VueAxios from 'vue-axios';
AppImport.use(VueAxios,axios);
export 'default' (imported as 'VueRouter') was not found in 'vue-router'
xxxxxxxxxx
There's a new way to import now... follow the link to a tutorial and just copy from there ;)
https://vueschool.io/articles/vuejs-tutorials/how-to-use-vue-router-a-complete-tutorial/
https://vueschool.io/articles/vuejs-tutorials/how-to-use-vue-router-a-complete-tutorial/