src/store/getters.js
@@ -1,6 +1,7 @@ const getters = { viewer: state => state.viewer.viewer, popupBgUrl: state => state.popupParams.popupBgUrl, pupupQRUrl: state => state.popupParams.pupupQRUrl pupupQRUrl: state => state.popupParams.pupupQRUrl, mviewer: state => state.mobile.mviewer } export default getters