You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...we should be able to apply the static vnode optimization. The only thing that makes it non-static is the onclick listener, but those are only mounted once anyway (never patched), so it should be possible to apply the optimization to this element.
The text was updated successfully, but these errors were encountered:
For an element like this:
...we should be able to apply the static vnode optimization. The only thing that makes it non-static is the
onclick
listener, but those are only mounted once anyway (never patched), so it should be possible to apply the optimization to this element.The text was updated successfully, but these errors were encountered: