mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-04-06 17:10:29 +08:00
Feat: command history hook
This commit is contained in:
parent
1e9f20b8d9
commit
72a1a997ea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user