1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-21 05:11:20 +02:00

update deps

This commit is contained in:
Morris Brodersen
2023-11-13 20:03:04 +01:00
parent 9d1c3b7b8f
commit 5518d5ec37
37 changed files with 802 additions and 2945 deletions

View File

@@ -23,8 +23,8 @@ export function TodoList(el) {
index: e.detail.index,
},
bubbles: true,
})
)
}),
),
);
el.addEventListener('todoItems', (e) => update({ items: e.detail }));