xsh 4 年 前
コミット
a33bedf335
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/areaList.vue

+ 1 - 1
src/components/areaList.vue

@@ -16,7 +16,7 @@ export default {
   data() {
     return {
       options: regionData,
-      selectedOptions: [],
+      selectedOptions: ['330000'],
     }
   },
   methods: {