__VUE_PROD_DEVTOOLS__ is not defined #1567
-
Reproductionafter upgrade to version 2.0.19 this happens Steps to reproduce the bugafter version 2.0.19 this error happens Expected behaviornot error Actual behaviorversion: 2.0.19 Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
今天更新我的项目也起不来了,目前是锁定 2.0.18 |
Beta Was this translation helpful? Give feedback.
-
do you have a boiled down repro for this? Vue also has that global defined and it's replaced by the bundler: https://github.com/vuejs/core/tree/main/packages/vue#bundler-build-feature-flags It's weird it doesn't fail with Vue or Vue router as they also have it:
Here are some workarounds: #1570 (comment) |
Beta Was this translation helpful? Give feedback.
-
Same issue here, when upgrading from |
Beta Was this translation helpful? Give feedback.
do you have a boiled down repro for this? Vue also has that global defined and it's replaced by the bundler: https://github.com/vuejs/core/tree/main/packages/vue#bundler-build-feature-flags
It's weird it doesn't fail with Vue or Vue router as they also have it:
Here are some workarounds: #1570 (comment)