Commit 44351acb by amateur

修改点击历史

1 parent 06919244
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<nafm-header navClass="nafmii-head-bg3"> <nafm-header navClass="nafmii-head-bg3">
<SearchInput class="search-input" v-model="keyword" :placeholder="$t('home.searchPlaceholder')" @search="handleSearch" /> <SearchInput class="search-input" v-model="keyword" :placeholder="$t('home.searchPlaceholder')" @search="handleSearch" />
</nafm-header> </nafm-header>
<div class="history-container" v-if="history" @jumpPage="emitSearchValue"> <div class="history-container" v-if="history">
<SearchHistory stateKey="Home" /> <SearchHistory stateKey="Home" @jumpPage="emitSearchValue" />
</div> </div>
<SearchDataLayout v-else /> <SearchDataLayout v-else />
</div> </div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!