[Vue/Vuex] vuex-persistedstate (새로고침해도 state값 유지)

sunyoung·2022년 7월 31일
0

설치방법

npm install --save vuex-persistedstate


사용방법

index.js

import createPersistedState from "vuex-persistedstate";

const store = new Vuex.Store({
  // ...
  plugins: [createPersistedState()],
});

참고링크

profile
💻✨

0개의 댓글