Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
2aea1eae7f |
@ -98,7 +98,7 @@ onMounted(async () => {
|
||||
<li v-for="item in routeStore.allRoutes"
|
||||
:key="item.path"
|
||||
:class="{ 'active-item' : item.path == $route.path }"
|
||||
>{{ item.name }}</li>
|
||||
><a :href="item.path">{{ item.name }}</a></li>
|
||||
</ul>
|
||||
</template></ClientOnly>
|
||||
</nav>
|
||||
|
Reference in New Issue
Block a user