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
fix(src/core/vdom/patch.js): fix the bug 'root level <script> tags will be executed' in issue#11483
Root level <script> tags should not be executed, for consistent behavior. So I remove the code in
<script> tag when the <script> tag is the root element of the template.
fix#11483
0 commit comments