We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df5c67 commit 64fd9afCopy full SHA for 64fd9af
generator/templates/simple/src/main.native.js
@@ -2,6 +2,7 @@
2
extend: '@vue/cli-service/generator/template/src/main.js'
3
replace:
4
- !!js/regexp /import Vue from 'vue'/
5
+ - !!js/regexp /import App from './App.vue'/
6
- !!js/regexp /Vue.config.productionTip = false/
7
- !!js/regexp /h => h\(App\),/
8
- !!js/regexp /}\)\.\$mount\('#app'\)/
@@ -11,6 +12,10 @@ replace:
11
12
import Vue from 'nativescript-vue';
13
<%# END_REPLACE %>
14
15
+<%# REPLACE %>
16
+import App from './App.vue';
17
+<%# END_REPLACE %>
18
+
19
<%# REPLACE %>
20
// Set the following to `true` to hide the logs created by nativescript-vue
21
Vue.config.silent = false;
0 commit comments