refactor(editor): Migrate components to composition API (#11497)

This commit is contained in:
Mutasem Aldmour
2024-11-04 23:00:06 +01:00
committed by GitHub
parent 3eb05e6df9
commit 611967decc
15 changed files with 1005 additions and 1088 deletions

View File

@@ -51,6 +51,7 @@ export default defineComponent({
},
pushRef: {
type: String,
required: true,
},
readOnly: {
type: Boolean,