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
If the input contains a single root <template> and the other root
elements are all <script> or <style>, then pick the <template> contents
as the actual root element and only render its contents. This allows us
to use SFC *.vue files as the input.
The getRootNode() method is now obnoxiously long and should certainly be
split up, I’m just not yet sure how. Maybe both parseHtml() and
getRootNode() should be in a separate class, and Component’s
responsibility starts at a DOMNode (with the current methods
handleNode() + saveHTML()).
Bug: T395802
0 commit comments