I have vue component which creates own store in created() hook like this:
created()
created: function(){ const store = this.$store;