boenfu / vuex-along-wx-adapter

vuex-along-wx-adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

vuex-along-wx-adapter

License:MIT License


Languages

Language:JavaScript 63.2%Language:TypeScript 36.8%