feat(editor): Refactor several smaller components to composition API (no-changelog) (#10038)

This commit is contained in:
oleg
2024-07-12 15:43:07 +02:00
committed by GitHub
parent 2e9ab66602
commit c4c25eadfd
12 changed files with 147 additions and 234 deletions

View File

@@ -119,7 +119,7 @@
<TextEdit
:dialog-visible="textEditDialogVisible"
:model-value="modelValue"
:model-value="`${modelValue}`"
:parameter="parameter"
:path="path"
:is-read-only="isReadOnly"