Run formatter

This commit is contained in:
kPherox
2019-04-10 00:26:04 +09:00
parent d03764140e
commit 5a2eaa16e1
8 changed files with 27 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ import '@/components/_globals'
Vue.config.productionTip = false
export default function(render: VueConstructor) {
export default function (render: VueConstructor) {
new Vue({
render: h => h(render),
}).$mount('#app')