This commit is contained in:
khatabwedaa
2020-06-12 11:08:17 +02:00
parent 8679676886
commit 3820f1fceb
3 changed files with 16 additions and 128 deletions

View File

@@ -6,10 +6,7 @@ const Alerts = () =>
export default new VueRouter({
routes: [
{
path: "/alerts",
component: Alerts,
name: "Alerts",
},
{ path: '/', redirect: '/alerts' },
{ path: "/alerts", component: Alerts, name: "Alerts" },
],
});