diff --git a/src/App.vue b/src/App.vue
index f33c87d..eac8399 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,7 +4,7 @@ import AllCustom from './all-custom/all-custom.vue';
import TutorialForm from './tutorial-form/index.vue';
import ZodForm from './zod-form/index.vue';
-const selectedCity = ref();
+const selectedCity = ref('NY');
const loading = ref(false);
const cities = ref([
{ name: 'New York', code: 'NY' },
@@ -53,6 +53,12 @@ const handleE = (eventName: string) => {
@change="(e) => handleE('change')(e)"
@blur="(e) => handleE('blur')(e)"
>
+