WIP Удалены BaseButtons
This commit is contained in:
@@ -35,7 +35,13 @@
|
||||
.flex.items-center.gap-x-8px
|
||||
q-checkbox(@click="persist", v-model="isView", type="checkbox")
|
||||
.flex.non-italic.font-medium.base Запомнить меня
|
||||
base-button.font-semibold(:disabled="disabledButton", :size="48", @click="login") Войти в аккаунт
|
||||
q-btn(
|
||||
:disable="disabledButton",
|
||||
@click="login",
|
||||
label="Войти в аккаунт",
|
||||
color="primary",
|
||||
no-caps
|
||||
)
|
||||
.absolute.left-12.bottom-12 2022 © Астра
|
||||
.right-col.flex.items-center.justify-center.relative
|
||||
</template>
|
||||
@@ -43,12 +49,11 @@
|
||||
<script>
|
||||
import { fetchWrapper } from "@/shared/fetchWrapper";
|
||||
import BaseInput from "@/components/base/BaseInput";
|
||||
import BaseButton from "@/components/base/BaseButton";
|
||||
import logoMark from "@/assets/images/logoMark.svg";
|
||||
|
||||
export default {
|
||||
name: "TheLogin",
|
||||
components: { BaseInput, BaseButton },
|
||||
components: { BaseInput },
|
||||
data() {
|
||||
return {
|
||||
underTextColor: "var(--font-grey-color)",
|
||||
|
||||
Reference in New Issue
Block a user