Files
hoppscotch/plugins/vuex-persist.js
2020-02-24 21:06:23 -05:00

6 lines
116 B
JavaScript

import VuexPersistence from "vuex-persist"
export default ({ store }) => {
new VuexPersistence().plugin(store)
}