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're building a hybrid app, the template is rendered dynamically by Backend (Prevent LayoutShift issue in Lighthouse), so sometimes, we still need <script> tag or <style> tag inside the template. Because we wanna load resources that we need, like MegaMenu, we only load resources when user clicks on Menu Item. We've used httpVueLoader to register SFC at runtime dynamically. We only wanna load the needed resource, do not load all resources when the page loads
What is expected?
Should not crash the VueApp like the 3.2.xx version
What is actually happening?
Vue 3.3.1 is crashed when using <script> tag inside VueApp.
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Vue version
3.3.1
Link to minimal reproduction
https://playcode.io/1470759
Steps to reproduce
We're building a hybrid app, the template is rendered dynamically by Backend (Prevent LayoutShift issue in Lighthouse), so sometimes, we still need <script> tag or <style> tag inside the template. Because we wanna load resources that we need, like MegaMenu, we only load resources when user clicks on Menu Item. We've used httpVueLoader to register SFC at runtime dynamically. We only wanna load the needed resource, do not load all resources when the page loads
What is expected?
Should not crash the VueApp like the 3.2.xx version
What is actually happening?
Vue 3.3.1 is crashed when using <script> tag inside VueApp.
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: