Showing
1 changed file
with
0 additions
and
4 deletions
| ... | @@ -38,10 +38,6 @@ const mutations = { | ... | @@ -38,10 +38,6 @@ const mutations = { |
| 38 | //Cookies.set('size', size) | 38 | //Cookies.set('size', size) |
| 39 | localStorage.setItem('size', size) | 39 | localStorage.setItem('size', size) |
| 40 | }, | 40 | }, |
| 41 | - SET_APPMAINBLOCKCH: (state, height) => { | ||
| 42 | - state.appMainBlockClientHeight = height; | ||
| 43 | - }, | ||
| 44 | - | ||
| 45 | } | 41 | } |
| 46 | 42 | ||
| 47 | const actions = { | 43 | const actions = { | ... | ... |
-
Please register or login to post a comment