refactor: add id icon
This commit is contained in:
parent
0293acd0c7
commit
4ab0e6f7c3
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ const showOverlay = ref(false);
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</q-img>
|
</q-img>
|
||||||
<q-icon v-else :name="icon || 'mdi-account'" />
|
<q-icon id="profile-view" v-else :name="icon || 'mdi-account'" />
|
||||||
<q-badge
|
<q-badge
|
||||||
class="absolute-bottom-right"
|
class="absolute-bottom-right"
|
||||||
style="
|
style="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue