Add active status to route links

This commit is contained in:
khatabwedaa
2020-06-12 16:12:31 +02:00
parent 83a111bb9a
commit 5780809aa5
3 changed files with 10 additions and 4 deletions

View File

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