chore: update deps

This commit is contained in:
vben
2024-05-28 23:38:36 +08:00
parent f2644dbbc5
commit 11a36ef03f
32 changed files with 327 additions and 274 deletions

View File

@@ -59,7 +59,7 @@ function back() {
<template>
<div
class="-enter-x flex h-screen w-full flex-col items-center justify-center"
class="animate-in zoom-in-50 flex h-screen w-full flex-col items-center justify-center duration-300"
>
<img v-if="image" :src="image" class="md:1/3 w-1/2 lg:w-1/4" />
<FeedbackIcon v-else class="md:1/3 h-1/3 w-1/2 lg:w-1/4" />