0.1.9 • Published 3 years ago

uni-vuex v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

simple wx adapter for vuex-along

npm install vuex-along-wx-adapter --save
# or
yarn add vuex-along-wx-adapter
import createVuexAlong from "vuex-along";
import wxadapter from "vuex-along-wx-adapter";

const store = new Vuex.Store({
  plugins: [
    createVuexAlong({
      adapterOptions: wxadapter(),
    }),
  ],
});

License

0.1.9

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago