We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62afdcf commit 0e8c81eCopy full SHA for 0e8c81e
web_src/js/components/VueComponentLoader.js
@@ -8,11 +8,10 @@ export function initVueEnv() {
8
if (vueEnvInited) return;
9
vueEnvInited = true;
10
11
- /* As far as I could tell, this is no longer possible.
12
- * But there seem not to be a guide what to do instead.
13
- const isProd = window.config.runModeIsProd;
14
- Vue.config.devtools = !isProd;
15
- */
+ // As far as I could tell, this is no longer possible.
+ // But there seem not to be a guide what to do instead.
+ // const isProd = window.config.runModeIsProd;
+ // Vue.config.devtools = !isProd;
16
}
17
18
let vueSvgInited = false;
0 commit comments