Files
hoppscotch/plugins/vuex-persist.js
2020-02-24 13:44:50 -05:00

6 lines
116 B
JavaScript

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