replace @element-plus/icons-vue

This commit is contained in:
pa
2026-01-14 23:22:23 +09:00
committed by Natsumi
parent b7f3d91a03
commit 889302104a
50 changed files with 461 additions and 561 deletions

View File

@@ -40,7 +40,7 @@
>
</div>
</template>
<el-icon><CaretBottom /></el-icon>
<ChevronDown />
</TooltipWrapper>
</template>
<span
@@ -260,7 +260,7 @@
</template>
<script setup>
import { CaretBottom } from '@element-plus/icons-vue';
import { ChevronDown } from 'lucide-vue-next';
import { storeToRefs } from 'pinia';
import { useI18n } from 'vue-i18n';