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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1

Package Sidebar

Install

npm i vuex-along-function-adapter

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

6.67 kB

Total Files

5

Last publish

Collaborators

  • wuyax