riku
2025-03-14 8372d022614a1897120802cf1bac90d61651177f
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
  };
});