Fix lint (again)

This commit is contained in:
Jai A
2023-03-30 15:56:19 -07:00
parent c66382d2a4
commit 446f6eba68
13 changed files with 290 additions and 307 deletions

View File

@@ -45,9 +45,9 @@ export default new createRouter({
props: true,
children: [
{
path: '',
name: 'Mods',
component: Instance.Mods,
path: '',
name: 'Mods',
component: Instance.Mods,
},
{
path: 'options',
@@ -58,9 +58,9 @@ export default new createRouter({
path: 'logs',
name: 'Logs',
component: Instance.Logs,
}
]
}
},
],
},
],
linkActiveClass: 'router-link-active',
linkExactActiveClass: 'router-link-exact-active',