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