lrf402788946 4 năm trước cách đây
mục cha
commit
2840280944
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      store/user/mutations.js

+ 1 - 0
store/user/mutations.js

@@ -18,4 +18,5 @@ export const setUser = (state, payload) => {
 export const deleteUser = (state, payload) => {
   state.user = {};
   localStorage.removeItem('user');
+  localStorage.removeItem('userMenu');
 };