This commit is contained in:
yi-ge 2019-06-01 19:56:59 +08:00
parent e7423df44e
commit 29068e9fa9

View File

@ -46,6 +46,8 @@
nuxt-link(to='/') 主页
li(v-for='(categorys, index) in $store.state.categorys', :key='index', v-show="categorys.name !== '未分类'")
nuxt-link(:to="'/' + categorys.slug") {{ categorys.name }}
li
a(:href="'https://driver.wyr.me/'" target="_blank") MAC N卡驱动更新提示
.search-box
input.search(type='text', placeholder='搜索', v-model='searchVal', @keyup.enter='search')
Icon(:icon="['fas', 'search']" @click="search")