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
Can we add a preview to prevent the code from running in real-time? Or add a manual refresh preview, or solve this problem through technical means
What is actually happening?
I really enjoy doing some small examples in Vue SFC Playground. But I found that when writing some loop statements such as for while code, it can easily cause the webpage to freeze and freeze.
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Vue version
3.4.33
Link to minimal reproduction
https://play.vuejs.org/#eNp9kUFPAjEQhf/K2MtCgixET7CQqCFRD2rUxEsvZJldit22abtIsul/d9oNyMFw67z3ZvpNpmN3xoz3LbIZK1xphfHg0LdmyZVojLYeOrBYQYDK6gYyimZccVVq5Tw0roZF9AfZI0qp4UtbubnKhlxV2g4kehCLyVwU08l82AWuirz/hMZT4bExcu2RKoBiO112XRoZQpFTlVShTOthf93oDcoFZ+RzBjmZRX7Wz0bMO4KqRD3eOa1ony72c1bqxgiJ9tV4QdCczSA50VsT889z0rxtcXTUyy2W3//oO3eIGmdvFh3aPXJ28vza1uh7e/Xxggd6n0yibyWlL5jv6LRsI2Mfu2/VhrDPcon2KV1FqPrTrQ4elTsuFUFjMqQ8Z3Sphwur/+HejG9TH1eBhV+Wuq5G
Steps to reproduce
for(let i=0;i<10;)
or
for(let i=0;i<10;){
if(condition==2){
i+=2
}else{
i++;
}
}
What is expected?
Can we add a preview to prevent the code from running in real-time? Or add a manual refresh preview, or solve this problem through technical means
What is actually happening?
I really enjoy doing some small examples in Vue SFC Playground. But I found that when writing some loop statements such as for while code, it can easily cause the webpage to freeze and freeze.
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: