From 55570b57bcbf47c45c640eedcd1d0733ed56f679 Mon Sep 17 00:00:00 2001 From: Libin YANG Date: Thu, 9 Jan 2025 23:50:58 +0000 Subject: [PATCH] style: update icon --- src/components/CodemirrorEditor/EditorHeader/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/CodemirrorEditor/EditorHeader/index.vue b/src/components/CodemirrorEditor/EditorHeader/index.vue index 90dea02..93ff491 100644 --- a/src/components/CodemirrorEditor/EditorHeader/index.vue +++ b/src/components/CodemirrorEditor/EditorHeader/index.vue @@ -8,7 +8,7 @@ import { } from '@/config' import { useStore } from '@/stores' import { addPrefix, processClipboardContent } from '@/utils' -import { ChevronDownIcon, PanelLeftClose, PanelLeftOpen, PanelRightClose, PanelRightOpen } from 'lucide-vue-next' +import { ChevronDownIcon, PanelLeftClose, PanelLeftOpen, Settings } from 'lucide-vue-next' const emit = defineEmits([`addFormat`, `formatContent`, `startCopy`, `endCopy`]) @@ -186,8 +186,7 @@ function copy() {