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 7870b87 commit a06f149Copy full SHA for a06f149
template/app/main.ts
@@ -1,6 +1,5 @@
1
import Vue from 'nativescript-vue';
2
import App from './components/App.vue';
3
-{{#store}}import store from './store';{{/store}}
4
5
{{#devtools}}import VueDevtools from 'nativescript-vue-devtools';
6
@@ -9,6 +8,8 @@ if(TNS_ENV !== 'production') {
9
8
}
10
{{/devtools}}
11
+{{#store}}import store from './store';{{/store}}
12
+
13
// Prints Vue logs when --env.production is *NOT* set while building
14
Vue.config.silent = (TNS_ENV === 'production');
15
0 commit comments