#
import { createRouter, createWebHistory } from "vue-router"const router = createRouter({ history: createWebHistory(), routes: [ //... ],})
Please enter your email and we will send a link to your email to reset your password