vuex-along-wx-adapter
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

simple wx adapter for vuex-along

import createVuexAlong from "vuex-along";
import wxadapter from "vuex-along-wx-adapter";
 
const store = new Vuex.Store({
  plugins: [
    createVuexAlong({
      adapterOptions: wxadapter(),
    }),
  ],
});

License

/vuex-along-wx-adapter/

    Package Sidebar

    Install

    npm i vuex-along-wx-adapter

    Weekly Downloads

    4

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    3.81 kB

    Total Files

    7

    Last publish

    Collaborators

    • boenfu