xanf/vuex-shared-mutations

Mutations are not getting shared in safari.

shafali538 opened this issue · 1 comments

I ran the basic example on MAC safari and increment, decrement mutations are not getting shared.

@shafali538 change strategy to localStorage if you are using BroadcastChannelAPI because Safari doesn't support it.