Skip to content

Commit a687050

Browse files
committed
Fixed linter
1 parent 349ace1 commit a687050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import App from './Example.vue'
44
Vue.config.productionTip = false
55

66
new Vue({
7-
render: h => h(App),
7+
render: h => h(App)
88
}).$mount('#app')

0 commit comments

Comments
 (0)