-1๐
โ
i figured it out. i did not add state
to data
object.it should be added to data
object in the vue-component
as follows:
data() {
return {
state,
....
....
},
0๐
You should not use composables out of setup()
Source:stackexchange.com