feat: notice editor readonly

This commit is contained in:
xingyu4j
2022-12-15 10:52:31 +08:00
parent 392b46c370
commit a931c8a3a2
2 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,7 @@
:data="detailData"
>
<template #content="{ row }">
<Editor :model-value="row.content" read-only="true" />
<Editor :model-value="row.content" :readonly="true" />
</template>
</Descriptions>
<template #footer>