Skip to content
Snippets Groups Projects
Unverified Commit 2b6c5663 authored by syuilo's avatar syuilo
Browse files

Fix template styling

parent 91ef328b
No related merge requests found
<template>
<mk-ui>
<template #header v-if="!fetching"><img :src="avator" alt="">
<mk-user-name :user="user"/>
<template #header v-if="!fetching">
<img :src="avator" alt=""><mk-user-name :user="user"/>
</template>
<div class="wwtwuxyh" v-if="!fetching">
<div class="is-suspended" v-if="user.isSuspended"><p><fa icon="exclamation-triangle"/> {{ $t('@.user-suspended') }}</p></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment