greenpress / vuex-composition-helpers

A util package to use Vuex with Composition API easily.
https://www.npmjs.com/package/vuex-composition-helpers
MIT License
288 stars 32 forks source link

Doesn't work with composition api beta.22 #34

Closed dukhevych closed 3 years ago

dukhevych commented 3 years ago

@vue/composition-api has been updated to beta.22. This version has 1 breaking change, that affects vuex-composition-helpers (it stops loading store).

Please, fix.

Breaking changes in beta.22: https://github.com/vuejs/composition-api/blob/master/CHANGELOG.md#breaking-changes

davidmeirlevy commented 3 years ago

Thanks for this issue. Will be fixed as soon as possible!

davidmeirlevy commented 3 years ago

@Landen13 can you please check my PR and see if it works for you? (You can use npm link or direct copy of the build files).

I didn't have the time to setup an environment of the new composition version, so I haven't tested it yet.

davidmeirlevy commented 3 years ago

Done. Fixed on version 1.0.22