mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-26 04:34:31 +08:00
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user