UNPKG

undo-redo-vuex

Version:

A Vuex plugin for module namespaced undo and redo functionality. This plugin takes inspiration from and extends the work of [vuex-undo-redo](https://github.com/anthonygore/vuex-undo-redo).

42 lines 1.23 kB
module.exports = { base: "/undo-redo-vuex/", title: "Undo/Redo Vuex", description: "A Vuex plugin for module namespaced undo and redo functionality.", theme: require.resolve("@factorial/vuepress-theme"), themeConfig: { repo: "factorial-io/undo-redo-vuex", editLinks: true, editLinkText: "Help us improve this page!", sidebarDepth: 0, displayAllHeaders: true, docsDir: "docs", sidebar: "auto", nav: [ { text: "Guide", items: [ { text: "Installation", link: "/guide/installation/" }, { text: "Usage", link: "/guide/usage/" }, { text: "Testing", link: "/guide/testing/" }, { text: "Demo", link: "/guide/demo/" } ] }, { text: "API", link: "/api/" } ] } };