Michael Sinko

Results 1 comments of Michael Sinko

app main.(js|ts) Works fine: ```js ... createApp(App).use(store).mount('#app') ... ``` Does not work - generated by @vue/cli: ```ts // with typescript and prettier ... createApp(App).mount("#app"); ... ``` ```ts // with Vuex/Router...