refactor(editor): 过滤弃用的TinyMCE插件并优化商品编辑流程

This commit is contained in:
pikachu1995@126.com
2026-08-26 10:07:11 +08:00
parent 457eda829d
commit 404492b7a3
13 changed files with 70 additions and 251 deletions

View File

@@ -9,7 +9,7 @@
</div>
</template>
<script>
import { initEditor } from "@/components/editor/config";
import { initEditor, resolveTinymcePlugins } from "@/components/editor/config";
import uploadImage from "@/components/editor/upload-image.vue";
export default {
components:{uploadImage},
@@ -100,7 +100,7 @@ export default {
});
},
..._this.initEditor,
plugins: resolveTinymcePlugins(_this.initEditor.plugins),
height:this.height
});
},