From 29068e9fa9a758239354221356331416f0ea92bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=BD=B6?= Date: Sat, 1 Jun 2019 19:56:59 +0800 Subject: [PATCH] update --- components/LeftContent.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/LeftContent.vue b/components/LeftContent.vue index 669ed28..a13a106 100644 --- a/components/LeftContent.vue +++ b/components/LeftContent.vue @@ -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")