Commit 44351acb by amateur

修改点击历史

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