1
0
mirror of synced 2026-02-04 18:47:57 +08:00

style(playground): eslint

This commit is contained in:
roymondchen
2026-01-26 14:37:18 +08:00
parent 0ec8af20e0
commit 450af8021d

View File

@@ -2,7 +2,7 @@ import { computed, markRaw, type Ref } from 'vue';
import { CopyDocument, DocumentCopy } from '@element-plus/icons-vue'; import { CopyDocument, DocumentCopy } from '@element-plus/icons-vue';
import { cloneDeep } from '@tmagic/core'; 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 = () => { export const useEditorContentMenuData = () => {
const collectorOptions = { const collectorOptions = {