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">
|
||||
<VBtn @click="save">Save changes</VBtn>
|
||||
|
||||
<VBtn
|
||||
<!-- <VBtn
|
||||
type="reset"
|
||||
color="secondary"
|
||||
variant="outlined"
|
||||
>
|
||||
Reset
|
||||
</VBtn>
|
||||
</VBtn>-->
|
||||
</div>
|
||||
</VCardText>
|
||||
</VForm>
|
||||
|
@ -175,7 +175,7 @@ console.log('list',list)
|
||||
|
||||
<template>
|
||||
<VRow>
|
||||
<VForm ref="refVForm" >
|
||||
|
||||
<VCol cols="12">
|
||||
<VCard>
|
||||
<VCardText>
|
||||
@ -183,7 +183,7 @@ console.log('list',list)
|
||||
<!-- 👉 Avatar -->
|
||||
<VAvatar
|
||||
rounded
|
||||
size="100"
|
||||
size="70"
|
||||
class="me-6"
|
||||
:image="accountDataLocal.logo"
|
||||
/>
|
||||
@ -232,7 +232,7 @@ console.log('list',list)
|
||||
<!-- 👉 Avatar -->
|
||||
<VAvatar
|
||||
rounded
|
||||
size="100"
|
||||
size="70"
|
||||
class="me-6"
|
||||
:image="accountDataLocal.favicon"
|
||||
/>
|
||||
@ -277,7 +277,7 @@ console.log('list',list)
|
||||
</form>
|
||||
</div>
|
||||
<!-- 👉 Form -->
|
||||
|
||||
<VForm ref="refVForm" >
|
||||
<VRow>
|
||||
<!-- 👉 First Name -->
|
||||
<VCol
|
||||
@ -458,21 +458,14 @@ console.log('list',list)
|
||||
>
|
||||
<VBtn @click="save">Save changes</VBtn>
|
||||
|
||||
<VBtn
|
||||
color="secondary"
|
||||
variant="outlined"
|
||||
type="reset"
|
||||
@click.prevent="resetForm"
|
||||
>
|
||||
Reset
|
||||
</VBtn>
|
||||
|
||||
</VCol>
|
||||
</VRow>
|
||||
|
||||
</VForm>
|
||||
</VCardText>
|
||||
</VCard>
|
||||
</VCol>
|
||||
</VForm>
|
||||
|
||||
<VCol cols="12" style="display: none;">
|
||||
<!-- 👉 Delete Account -->
|
||||
<VCard title="Delete Account">
|
||||
|
Loading…
Reference in New Issue
Block a user