dap
2024-08-20 11:19:00 +08:00
parent 45b6e05abc
commit a2994b74a5
2 changed files with 13 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ const content = ref('');
<span>只读</span>
<a-switch v-model:checked="readonly" />
</div>
<Tinymce v-model:value="content" :options="{ readonly }" />
<Tinymce v-model="content" :disabled="readonly" :height="800" />
</div>
</Page>
</template>