fix
This commit is contained in:
parent
e238e0ea4b
commit
680b2b1164
@ -244,13 +244,13 @@ const isOneTimePasswordDialogVisible = ref(false)
|
|||||||
<div class="d-flex flex-wrap gap-4">
|
<div class="d-flex flex-wrap gap-4">
|
||||||
<VBtn @click="save">Save changes</VBtn>
|
<VBtn @click="save">Save changes</VBtn>
|
||||||
|
|
||||||
<VBtn
|
<!-- <VBtn
|
||||||
type="reset"
|
type="reset"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
>
|
>
|
||||||
Reset
|
Reset
|
||||||
</VBtn>
|
</VBtn>-->
|
||||||
</div>
|
</div>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
</VForm>
|
</VForm>
|
||||||
|
@ -175,7 +175,7 @@ console.log('list',list)
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VRow>
|
<VRow>
|
||||||
<VForm ref="refVForm" >
|
|
||||||
<VCol cols="12">
|
<VCol cols="12">
|
||||||
<VCard>
|
<VCard>
|
||||||
<VCardText>
|
<VCardText>
|
||||||
@ -183,7 +183,7 @@ console.log('list',list)
|
|||||||
<!-- 👉 Avatar -->
|
<!-- 👉 Avatar -->
|
||||||
<VAvatar
|
<VAvatar
|
||||||
rounded
|
rounded
|
||||||
size="100"
|
size="70"
|
||||||
class="me-6"
|
class="me-6"
|
||||||
:image="accountDataLocal.logo"
|
:image="accountDataLocal.logo"
|
||||||
/>
|
/>
|
||||||
@ -232,7 +232,7 @@ console.log('list',list)
|
|||||||
<!-- 👉 Avatar -->
|
<!-- 👉 Avatar -->
|
||||||
<VAvatar
|
<VAvatar
|
||||||
rounded
|
rounded
|
||||||
size="100"
|
size="70"
|
||||||
class="me-6"
|
class="me-6"
|
||||||
:image="accountDataLocal.favicon"
|
:image="accountDataLocal.favicon"
|
||||||
/>
|
/>
|
||||||
@ -277,7 +277,7 @@ console.log('list',list)
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<!-- 👉 Form -->
|
<!-- 👉 Form -->
|
||||||
|
<VForm ref="refVForm" >
|
||||||
<VRow>
|
<VRow>
|
||||||
<!-- 👉 First Name -->
|
<!-- 👉 First Name -->
|
||||||
<VCol
|
<VCol
|
||||||
@ -458,21 +458,14 @@ console.log('list',list)
|
|||||||
>
|
>
|
||||||
<VBtn @click="save">Save changes</VBtn>
|
<VBtn @click="save">Save changes</VBtn>
|
||||||
|
|
||||||
<VBtn
|
|
||||||
color="secondary"
|
|
||||||
variant="outlined"
|
|
||||||
type="reset"
|
|
||||||
@click.prevent="resetForm"
|
|
||||||
>
|
|
||||||
Reset
|
|
||||||
</VBtn>
|
|
||||||
</VCol>
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
|
</VForm>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
</VCard>
|
</VCard>
|
||||||
</VCol>
|
</VCol>
|
||||||
</VForm>
|
|
||||||
<VCol cols="12" style="display: none;">
|
<VCol cols="12" style="display: none;">
|
||||||
<!-- 👉 Delete Account -->
|
<!-- 👉 Delete Account -->
|
||||||
<VCard title="Delete Account">
|
<VCard title="Delete Account">
|
||||||
|
Loading…
Reference in New Issue
Block a user