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 25344ac commit ec9f86eCopy full SHA for ec9f86e
src/main.js
@@ -2,11 +2,11 @@
2
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
3
import Vue from 'vue'
4
import Vuetify from 'vuetify'
5
-import App from './App'
+const App = () => import('./App')
6
import * as firebase from 'firebase'
7
import router from './router'
8
import { store } from './store'
9
-import AlertCmp from './components/Shared/Alert.vue'
+const AlertCmp = () => import('./components/Shared/Alert.vue')
10
11
Vue.use(Vuetify)
12
Vue.config.productionTip = false
0 commit comments