Poprawki błędów
This commit is contained in:
@@ -36,7 +36,7 @@ async function onSubmit(values : any, { setErrors } : any) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="container is-flex is-justify-content-space-evenly is-align-items-center" style="min-height: 100vh;">
|
||||
<div class="container is-flex is-justify-content-space-evenly is-align-items-center" style="min-height: calc(100vh - 3.5rem)">
|
||||
<div class="box" style="width: 75%">
|
||||
<h1 class="title is-3 mb-3">Login</h1>
|
||||
<Form @submit="onSubmit" :validation-schema="schema" v-slot="{ errors, isSubmitting }">
|
||||
|
||||
Reference in New Issue
Block a user