Updated
This commit is contained in:
@@ -109,7 +109,7 @@ const formRules = computed(() => {
|
||||
};
|
||||
});
|
||||
|
||||
const formValidator$ = useVuelidate(formRules, personalData);
|
||||
const formValidator$ = useVuelidate(formRules, personalData as any);
|
||||
|
||||
// methods
|
||||
|
||||
@@ -195,7 +195,7 @@ const handleSubmit = (withValidation: boolean) => {
|
||||
با اولین خریدتون هوش مصنوعی وبسایتمون واستون یک
|
||||
بایوگرافی درست میکنه :)
|
||||
</span>
|
||||
<span
|
||||
<div
|
||||
class="flex-center border border-yellow-500 pe-3.5 ps-1 w-max rounded-full"
|
||||
>
|
||||
<div class="rounded-full p-2">
|
||||
@@ -208,7 +208,7 @@ const handleSubmit = (withValidation: boolean) => {
|
||||
<span class="text-xs text-yellow-500"
|
||||
>جزو ۳ مشتری برتر</span
|
||||
>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user