fix: 修复添加授权页面导入路径错误

- 将 `lucide-vite-next` 修正为 `lucide-vue-next`
- 移除未使用的 X 图标导入

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-09 19:08:49 +08:00
parent 488a53666a
commit 29b2f54b20
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { Eye, Info, Loader2, Plus, Trash2, X } from 'lucide-vite-next'
import { Eye, Info, Loader2, Plus, Trash2 } from 'lucide-vue-next'
import { computed, onMounted, ref } from 'vue'
import { useI18n } from 'vue-i18n'
import { useRouter } from 'vue-router'