Skip to content
Snippets Groups Projects
Commit 6f8767c0 authored by syuilo's avatar syuilo
Browse files

🎨

parent 52361579
No related branches found
No related tags found
No related merge requests found
<template>
<div :class="$style.root">
<MkLoading v-if="fetching"/>
<transition-group v-else tag="div" :name="$store.state.animation ? 'chart' : ''" class="users">
<div v-else class="users">
<MkA v-for="(user, i) in newUsers" :key="user.id" :to="`/user-info/${user.id}`" class="user">
<MkUserCardMini :user="user"/>
</MkA>
</transition-group>
</div>
</div>
</template>
......
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