Refactor TodoItem and CreateModal to simplify state management and remove unused code

This commit is contained in:
2026-02-23 16:37:06 +01:00
parent 56f89b6669
commit c724001c50
4 changed files with 3 additions and 14 deletions

View File

@@ -15,7 +15,6 @@ export default function useHistory() {
onMounted(async () => {
store.value = await getValue('history') || []
resetHistoryIndex()
console.log({ s: store.value })
})
const pushHistory = (item: string) => {