mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
chore: 重构 tinymce 组件
This commit is contained in:
1
packages/tinymce/.gitignore
vendored
Normal file
1
packages/tinymce/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
# !dist
|
@ -201,11 +201,12 @@ const events = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="app-tinymce">
|
||||
<NSpin :show="loading">
|
||||
<div class="app-tinymce w-full">
|
||||
<NSpin :show="loading" class="min-h-400px w-full">
|
||||
<Editor
|
||||
v-if="init"
|
||||
v-model="content"
|
||||
class="h-full w-full"
|
||||
:init="initOptions"
|
||||
:tinymce-script-src="tinymceScriptSrc"
|
||||
:disabled="disabled"
|
||||
|
Reference in New Issue
Block a user