Merge pull request #123 from guoranred/master

add nprogress and cdn assets
This commit is contained in:
iczer
2020-09-26 17:35:32 +08:00
committed by GitHub
8 changed files with 193 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
<a-icon type="search" class="search-icon" @click="enterSearchMode"/>
<a-auto-complete
ref="input"
:getPopupContainer="e => {return e.parentNode || document.body}"
:dataSource="dataSource"
:class="['search-input', searchMode ? 'enter' : 'leave']"
placeholder="站内搜索"