diff --git a/src/components/search/SearchBar.vue b/src/components/search/SearchBar.vue index c041365..26fb746 100644 --- a/src/components/search/SearchBar.vue +++ b/src/components/search/SearchBar.vue @@ -74,7 +74,7 @@ function handleSubmit() { placeholder="시/군/구" v-model="gugun" :options="gugunList" - :disabled="gugunList.length <= 1" + :disabled="(sido?.sidoCode ?? 0) === 0 || gugunList.length <= 1" optionName="gugunName" />