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

Readme

Keywords

Package Sidebar

Install

npm i vuex-along-wx-adapter

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

3.81 kB

Total Files

7

Last publish

Collaborators

  • boenfu