mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
image error
This commit is contained in:
parent
452fe2c9b1
commit
8a9bc6b6bf
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<v-list-item-content>
|
||||
<v-list-item-title> {{ user.fullName }}</v-list-item-title>
|
||||
<v-list-item-subtitle> {{ user.admin ? $t('user.admin') : $t('user.user') }}</v-list-item-subtitle>
|
||||
<v-list-item-subtitle> {{ user.admin ? $t("user.admin") : $t("user.user") }}</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</template>
|
||||
|
@ -77,6 +77,11 @@ export default {
|
|||
this.getVersion();
|
||||
this.resetView();
|
||||
},
|
||||
watch: {
|
||||
user() {
|
||||
this.hideImage = false;
|
||||
},
|
||||
},
|
||||
|
||||
computed: {
|
||||
isMain() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue