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 64aca06 commit 0e2d482Copy full SHA for 0e2d482
src/main.js
@@ -0,0 +1,8 @@
1
+import Vue from 'vue'
2
+import App from './App.vue'
3
+
4
+Vue.config.productionTip = false
5
6
+new Vue({
7
+ render: h => h(App),
8
+}).$mount('#app')
0 commit comments