Closed
Description
Version
3.0.1
Node and OS info
node 10.7.0 / npm 6.3.0
Steps to reproduce
– Go to vue-cli GUI
– create new project (vuex, babel, less-css, no typescript)
– make a simple state in vuex: foo: "bar"
– make it a getter aswell
– go to App.vue
– import mapGetters from vuex
– use mapGetters in computed to get the foo
value
– use it in the App.vue template: This is foo: {{ foo }}
– build a web component named: my-component
– open demo.html in a browser
What is expected?
No error
What is actually happening?
Error in console regarding the store :(
Without the store, webcomponents seem to work fine
Metadata
Metadata
Assignees
Labels
No labels