DEV Community

Discussion on: Build Vuex from scratch.

Collapse
 
sadick profile image
Sadick

What do you get when you console.log(Vue.$store)?

Collapse
 
benavern profile image
Benjamin CARADEUC

I just modified this line and it worked Vue.util.defineReactive(this, 'state', this.$store._state)

Thread Thread
 
sadick profile image
Sadick • Edited

Nice to know that it worked.