init
Some checks failed
Deploy / build (push) Failing after 10s

This commit is contained in:
alsaze 2025-12-02 17:42:11 +03:00
parent 130a88d4a3
commit d484fdb820

View File

@ -55,7 +55,6 @@
placeholder="Имя"
size="xl"
class="w-full"
autofocus
/>
<div v-if="errors?.name" style="color: #ff6467">
@ -128,8 +127,6 @@
</div>
</template>
</UPageSection>
<UButton label="pizda" @click="pizda()" />
</template>
<script setup lang="ts">