This commit is contained in:
marzban-dev
2025-03-22 23:43:49 +03:30
parent 852a09c298
commit 2106f3f40b
56 changed files with 198 additions and 161 deletions
+3 -3
View File
@@ -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>