src/stores/grid-info.js
@@ -9,5 +9,14 @@ const selectedGridCellAndDataDetail = ref(undefined); return { gridClzList, selectedSatelliteProxy, selectedGridCellAndDataDetail }; function pushGridClz(clz) { gridClzList.value.push(clz); } return { gridClzList, selectedSatelliteProxy, selectedGridCellAndDataDetail, pushGridClz }; });