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
jiyinyiyong edited this page Mar 21, 2020
·
2 revisions
mute-element
This function removes events from a virtual DOM tree:
(mute-element element)
When server side rendering is used, the first screen does not respond to events.
That can be seen as rendered with a virtual DOM with no events.
So mute-element is used to simulate such a virtual DOM tree.