Update Nav
This commit is contained in:
parent
725ae66d44
commit
073af3941e
@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<nav>
|
||||
<el-menu mode="horizontal" :ellipsis="false" :default-active="$route.path" class="p-l p-r" router>
|
||||
<!-- <nuxt-link to="/"> -->
|
||||
<el-menu-item>
|
||||
合肥市南园学校19预科2班
|
||||
</el-menu-item>
|
||||
@ -9,15 +8,6 @@
|
||||
<el-menu-item index="/">
|
||||
主页
|
||||
</el-menu-item>
|
||||
<!-- </nuxt-link> -->
|
||||
|
||||
<!-- <div class="flex-grow" /> -->
|
||||
|
||||
<!-- <nuxt-link v-for="page in pages" :to="page.path">
|
||||
<el-menu-item :index="page.path">
|
||||
{{ page.name }}
|
||||
</el-menu-item>
|
||||
</nuxt-link> -->
|
||||
</el-menu>
|
||||
</nav>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user