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

0.1.1 • Public • Published

Function adapter for vuex-along

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

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

Notice

The function for persistent storage must be a pure function

License

Readme

Keywords

Package Sidebar

Install

npm i vuex-along-function-adapter

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

6.67 kB

Total Files

5

Last publish

Collaborators

  • wuyax