fix vdom key error

This commit is contained in:
sawka 2024-07-24 20:18:55 -07:00
parent df45c4e448
commit 2f3275e7a6

View File

@ -112,10 +112,12 @@ const testVDom: VDomElem = {
tag: "div",
children: [
{
id: "testh1",
tag: "h1",
children: [vdomText("Hello World")],
},
{
id: "testp",
tag: "p",
children: [vdomText("This is a paragraph (from VDOM)")],
},