diff --git a/apps/www/src/examples/forms/components/AccountForm.vue b/apps/www/src/examples/forms/components/AccountForm.vue
index 9c365dc0..df6ddb21 100644
--- a/apps/www/src/examples/forms/components/AccountForm.vue
+++ b/apps/www/src/examples/forms/components/AccountForm.vue
@@ -28,14 +28,6 @@ import {
} from '@/lib/registry/default/ui/popover'
import { Calendar } from '@/lib/registry/new-york/ui/calendar'
-configure({
- bails: true,
- validateOnBlur: false,
- validateOnChange: false,
- validateOnInput: true,
- validateOnModelUpdate: false,
-})
-
const accountForm = ref({
name: '',
dob: null,
@@ -100,11 +92,11 @@ async function handleSubmit() {