Skip to content

Commit 0e2d482

Browse files
author
utkace
committed
support: add main.js
1 parent 64aca06 commit 0e2d482

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)