DEV Community

Discussion on: How to use and initialize vuex in the new vue 3 preview

Collapse
 
typicoul profile image
Info Comment hidden by post author - thread only visible in this permalink
Luteya Coulston

const store = createStore({
state:{
name: "Vue"
}
})// ==>You forgot that closing bracket

Collapse
 
daniel_adekoya_ profile image
Deadkill ☄🚀

My bad, thanks

Some comments have been hidden by the post's author - find out more