Feat: command history hook

This commit is contained in:
alongw 2024-02-23 21:14:02 +08:00
parent 1e9f20b8d9
commit 72a1a997ea

View File

@ -336,7 +336,6 @@ onMounted(async () => {
</div>
</div>
<div class="command-input">
{{ commandInputValue }}
<div v-show="focusHistoryList" class="history">
<li v-for="(item, key) in history" :key="item">
<a-tag