greenpress / vuex-composition-helpers

A util package to use Vuex with Composition API easily.

Home Page:https://www.npmjs.com/package/vuex-composition-helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 2.6 support

mokone91 opened this issue · comments

commented

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

oh, huge mistake!
published 1.1.2

thanks!