修复whiteboard工具栏选择图标不显示的问题
This commit is contained in:
parent
72d7d0a410
commit
7c9a56896f
@ -81,7 +81,7 @@ const toolGroups = computed(() => [
|
||||
{
|
||||
label: t('Tools'),
|
||||
items: [
|
||||
{ label: t('Select'), key: 'select', icon: 'tabler:arrow-pointer' },
|
||||
{ label: t('Select'), key: 'select', icon: 'mdi:select' },
|
||||
{ label: t('Hand'), key: 'hand', icon: 'tabler:hand-move' },
|
||||
]
|
||||
},
|
||||
@ -106,7 +106,7 @@ const toolGroups = computed(() => [
|
||||
items: [
|
||||
{ label: t('Freehand'), key: 'freehand', icon: 'tabler:pencil' },
|
||||
{ label: t('Text'), key: 'text', icon: 'tabler:letter-t' },
|
||||
{ label: t('Eraser'), key: 'eraser', icon: 'tabrow:eraser' },
|
||||
{ label: t('Eraser'), key: 'eraser', icon: 'tabler:eraser' },
|
||||
]
|
||||
},
|
||||
])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user