mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-10 15:35:34 +00:00
wip
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user