Skip to content

boenfu/vuex-along-wx-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published