From ac7272d59a2f35231e4373d3d1c819f76f1a1fac Mon Sep 17 00:00:00 2001 From: heshunme Date: Sun, 30 Jun 2024 22:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A8=A1=E5=9D=97router?= =?UTF-8?q?=E4=B8=AD=E6=B2=A1=E6=9C=89=E6=AD=A3=E7=A1=AE=E5=AF=BC=E5=85=A5?= =?UTF-8?q?vue-router=E5=AF=BC=E8=87=B4=E9=A1=B5=E9=9D=A2=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=AD=A3=E5=B8=B8=E5=8A=A0=E8=BD=BD=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/authentication.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/authentication.js b/src/router/authentication.js index 712d394..517e225 100644 --- a/src/router/authentication.js +++ b/src/router/authentication.js @@ -3,6 +3,7 @@ import Register from '../views/authentication/Register.vue'; import ManageProfile from '../views/authentication/ManageProfile.vue'; import Profile from '../views/authentication/Profile.vue'; import store from '../store'; +import {createRouter, createWebHistory} from "vue-router"; const routes = [ { path: '/login', component: Login },