File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
- // import Vue from 'vue'
2
- import About from './about.vue'
3
-
4
1
5
- Vue . config . productionTip = false
2
+ import About from './about.vue'
6
3
7
- /* eslint-disable no-new */
8
4
new Vue ( {
9
5
el : '#app' ,
10
6
render : h => h ( About )
Original file line number Diff line number Diff line change 1
- // import Vue from 'vue'
2
- import Home from './home'
3
1
4
- Vue . config . productionTip = false
2
+ import Home from './home'
5
3
6
- /* eslint-disable no-new */
7
4
new Vue ( {
8
5
el : '#app' ,
9
6
render : h => h ( Home )
Original file line number Diff line number Diff line change 1
- // import Vue from 'vue'
1
+
2
2
import Index from './index.vue'
3
3
4
- // import ELEMENT from 'element-ui'
5
- // import 'element-ui/lib/theme-chalk/index.css'
6
- /* eslint-disable no-new */
7
4
new Vue ( {
8
5
el : '#app' ,
9
6
render : h => h ( Index )
You can’t perform that action at this time.
0 commit comments