Files
hoppscotch/plugins/vuex-persist.js
2019-11-28 20:41:52 +05:30

6 lines
119 B
JavaScript

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