Files
hoppscotch/plugins/vuex-persist.js
2019-10-25 13:44:34 +05:30

8 lines
120 B
JavaScript

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