This commit is contained in:
syuilo
2022-12-30 13:52:40 +09:00
parent 632c7d2ac6
commit 93d3cc310d
11 changed files with 26 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div :class="$style.root">
<Transition :name="$store.state.animation ? 'zoom' : ''" mode="out-in">
<Transition :name="$store.state.animation ? '_transition_zoom' : ''" mode="out-in">
<MkLoading v-if="fetching"/>
<div v-else class="users">
<MkA v-for="(user, i) in newUsers" :key="user.id" :to="`/user-info/${user.id}`" class="user">