wip
This commit is contained in:
parent
e4120e930c
commit
49d257992f
@ -59,7 +59,7 @@ init(async (launch) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.$router.addRoutes([{
|
app.$router.addRoutes([{
|
||||||
path: '/', component: MkIndex
|
path: '/', name: 'index', component: MkIndex
|
||||||
}, {
|
}, {
|
||||||
path: '/i/drive', component: MkDrive
|
path: '/i/drive', component: MkDrive
|
||||||
}, {
|
}, {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="nav">
|
<div class="nav">
|
||||||
<ul>
|
<ul>
|
||||||
<template v-if="os.isSignedIn">
|
<template v-if="os.isSignedIn">
|
||||||
<li class="home" :class="{ active: page == 'home' }">
|
<li class="home" :class="{ active: $route.name == 'index' }">
|
||||||
<router-link to="/">
|
<router-link to="/">
|
||||||
%fa:home%
|
%fa:home%
|
||||||
<p>%i18n:desktop.tags.mk-ui-header-nav.home%</p>
|
<p>%i18n:desktop.tags.mk-ui-header-nav.home%</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user