Replies: 5 comments
-
Who can provide me with help, I can locate the problem, because really modify the VUE_PROD_DEVTOOLS variable will cause the page to get stuck. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/vuejs/devtools/issues/2103 |
Beta Was this translation helpful? Give feedback.
-
I don't think this is a bug with the chrome plugin, because I have this problem when opening it in other browsers, and there is no installation tool in my project. |
Beta Was this translation helpful? Give feedback.
-
![]() Why VUE_PROD_DEVTOOLS be affected by this logic and cause the project to freeze. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
vite.config.ts
define: {
VUE_PROD_DEVTOOLS: JSON.stringify(true),
},
If I change VUE_PROD_DEVTOOLS to false or delete this line of code, it will cause the browser of a certain page in the project to freeze directly.
Reproduction
https://ali.dev.goviewlink.com/chart/home/clqap150z0001mykzdn1q3mv8
Steps to reproduce
username: 13476068653
password: a123456
Log in and open the URL
https://ali.dev.goviewlink.com/chart/home/clqap150z0001mykzdn1q3mv8
I've tried to reproduce this bug, but it only appears on a page in my real environment.
System Info
Used Package Manager
npm
Logs
Project stuck
Validations
Beta Was this translation helpful? Give feedback.
All reactions