mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix(front): remove unused lucide-vue-next dependency and adjust Navbar imports
This commit is contained in:
@@ -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 },
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user