src/store/getters.js
@@ -2,7 +2,8 @@ let mobile = { mviewer: state => state.mobile.mviewer, mBigPopup: state => state.mobile.mBigPopup, mBigPopupAfter: state => state.mobile.mBigPopupAfter mBigPopupAfter: state => state.mobile.mBigPopupAfter, iconHide: state => state.mobile.iconHide } const getters = { ...mobile,