vite2 + vue3 + vue-router4 + vuex4 + element-plus 实战(二)-登录页面
引入vue-routeryarnaddvue-router@next添加登录路由src目录下新建router文件夹router文件夹下新建index.jsimport{createRouter,createWebHistory}from"vue-router";constroutes=[{path:"/login",name:"Login",component:()=>import("../vie