vuex-multi-history
A Vuex plugin that allows managing multiple histories that can undo, redo and more.
Getting Started
-
Install the dependencies:
npm install vue vuex vuex-history-plugin
or
yarn add vue vuex vuex-history-plugin
-
Initialize the plugin:
-
Register the plugin in the store:
For more information visit the docs.