mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-31 23:11:28 +01:00
fix vdom key error
This commit is contained in:
parent
df45c4e448
commit
2f3275e7a6
@ -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)")],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user