blob: 7ce073ca71ad21708cc81fc749e189ee5dc31677 [file] [log] [blame]
{
type: 'div',
children: [
{
type: 'text',
attr: {
value: 'Hello',
a: 1
}
},
{
type: 'text',
attr: {
value: 'Hello',
a: 1,
b: 1
}
},
{
type: 'text',
attr: {
value: 'Hello'
}
},
{
type: 'text',
attr: {
value: 'Hello'
}
}
]
}