fix(front): remove unused lucide-vue-next dependency and adjust Navbar imports

This commit is contained in:
keven1024
2025-04-12 23:09:25 +08:00
parent 7bf517ce12
commit 95ae86a7fd
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,8 @@
</template>
<script setup lang="ts">
import { LucidePaperclip, LucideClipboardType } from 'lucide-vue-next'
import { LucideClipboardType, LucidePaperclip } from "#components"
import { motion } from "motion-v"
const routes = [
{ name: '文件', key: 'file', icon: LucidePaperclip },

View File

@@ -11,7 +11,6 @@
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"lucide-vue-next": "^0.487.0",
"motion-v": "1.0.0-beta.2",
"nuxt": "^3.16.0",
"nuxt-lucide-icons": "1.0.5",