feat: cache for publish widget
This commit is contained in:
parent
5d5cdebb56
commit
193d1cf5c5
9 changed files with 149 additions and 43 deletions
|
@ -59,7 +59,7 @@ export function treeToVNode(
|
|||
return h(
|
||||
RouterLink as any,
|
||||
attrs,
|
||||
node.childNodes.map(n => treeToVNode(n, handle)),
|
||||
() => node.childNodes.map(n => treeToVNode(n, handle)),
|
||||
)
|
||||
}
|
||||
return h(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue