From 450af8021d9fc6c6358028d7d1ced20ad16b4a49 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Mon, 26 Jan 2026 14:37:18 +0800 Subject: [PATCH] style(playground): eslint --- .../src/pages/composables/use-editor-content-menu-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/src/pages/composables/use-editor-content-menu-data.ts b/playground/src/pages/composables/use-editor-content-menu-data.ts index fc2f46e5..c183b4f8 100644 --- a/playground/src/pages/composables/use-editor-content-menu-data.ts +++ b/playground/src/pages/composables/use-editor-content-menu-data.ts @@ -2,7 +2,7 @@ import { computed, markRaw, type Ref } from 'vue'; import { CopyDocument, DocumentCopy } from '@element-plus/icons-vue'; import { cloneDeep } from '@tmagic/core'; -import { calcValueByFontsize, ContentMenu, COPY_STORAGE_KEY, type MenuButton, Services } from '@tmagic/editor'; +import { calcValueByFontsize, ContentMenu, COPY_STORAGE_KEY, type MenuButton, type Services } from '@tmagic/editor'; export const useEditorContentMenuData = () => { const collectorOptions = {