From db72fd1384af9b2acb76064638d6d117d0e452eb Mon Sep 17 00:00:00 2001 From: Hal Seki Date: Wed, 20 Mar 2024 16:31:48 +0800 Subject: [PATCH] default open the list --- components/PrintableMap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PrintableMap.vue b/components/PrintableMap.vue index edc4b20..de26989 100644 --- a/components/PrintableMap.vue +++ b/components/PrintableMap.vue @@ -198,7 +198,7 @@ export default { activeCategory: "", checkedArea: [], isOpenAreaSelect: false, - isOpenList: false, + isOpenList: true, isDisplayAllCategory: true, mapStyle: "https://tile.openstreetmap.jp/styles/maptiler-basic-ja/style.json", legendMark: require(`@/assets/images/fukidashi_obj_${locale}.svg`),