Continued migrating UI to vuetify 2
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
:value="true"
|
||||
icon="warning"
|
||||
color="error"
|
||||
outline
|
||||
outlined
|
||||
>
|
||||
Deleted accounts can not be recovered
|
||||
</v-alert>
|
||||
@@ -79,7 +79,7 @@
|
||||
class="layout justify-end"
|
||||
>
|
||||
<v-btn
|
||||
flat
|
||||
text
|
||||
@click="$store.dispatch('popDialogStack')"
|
||||
>
|
||||
Cancel
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<v-spacer slot="actions" />
|
||||
<v-btn
|
||||
slot="actions"
|
||||
flat
|
||||
text
|
||||
@click="$store.dispatch('popDialogStack')"
|
||||
>
|
||||
Cancel
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<v-spacer slot="actions" />
|
||||
<v-btn
|
||||
slot="actions"
|
||||
flat
|
||||
text
|
||||
:disabled="!valid"
|
||||
:loading="loading"
|
||||
@click="setUsername"
|
||||
|
||||
Reference in New Issue
Block a user