mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
fix vdom key error
This commit is contained in:
parent
df45c4e448
commit
2f3275e7a6
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue