src/store/getters.js
@@ -11,6 +11,10 @@ const getters = { detailsPopup: (state) => state.popupParams.detailsPopup, dataPopup: (state) => state.popupParams.dataPopup, architecturePopup: (state) => state.popupParams.architecturePopup, architectureDataPopup: (state) => state.popupParams.architectureDataPopup, activityPolicePopup: (state) => state.popupParams.activityPolicePopup, activityPolicePopupData: (state) => state.popupParams.activityPolicePopupData, videoListPopup: (state) => state.popupParams.videoListPopup,