adding mode history to router config

This commit is contained in:
2021-03-18 04:21:39 +00:00
parent ca2b54e083
commit 03f184b2d1

View File

@@ -30,6 +30,7 @@ const routes = [
]; ];
const router = new VueRouter({ const router = new VueRouter({
mode: "history",
routes, routes,
}); });