Commit 06919244 by amateur

修改点击

1 parent 27a43e89
......@@ -6,7 +6,7 @@
</div>
<div class="historyList" v-if="historys.length">
<ul>
<li v-for="(item,index) in historys" :key="index" @jump="jumItem(item)">{{item}}</li>
<li v-for="(item,index) in historys" :key="index" @click="jumItem(item)">{{item}}</li>
</ul>
</div>
<div class="noData" v-else>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!