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

Vue 2.6 support #73

Closed mokone91 closed 1 year ago

mokone91 commented 1 year ago

Hi! version 1.1.1 is not working with vue 2.6 because of import { computed, getCurrentInstance } from 'vue'; This functionality appears from 2.7.. Maybe it is possible to use vue-demi under the hood? this package has 3 positions, so ypu can import computed and getCurrentInstance from vue-demi, and it will proxy correct instances depends on installed vue version

davidmeirlevy commented 1 year ago

oh, huge mistake! published 1.1.2

thanks!