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 349ace1 commit a687050Copy full SHA for a687050
development/main.js
@@ -4,5 +4,5 @@ import App from './Example.vue'
4
Vue.config.productionTip = false
5
6
new Vue({
7
- render: h => h(App),
+ render: h => h(App)
8
}).$mount('#app')
0 commit comments