From 113bf50eae0db95f755b124e5004ac56d0a706a8 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 07 八月 2025 16:46:14 +0800 Subject: [PATCH] 订单table隐私信息 --- manager/src/components/editor/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/manager/src/components/editor/index.vue b/manager/src/components/editor/index.vue index f0bc193..4e21b7c 100644 --- a/manager/src/components/editor/index.vue +++ b/manager/src/components/editor/index.vue @@ -11,6 +11,7 @@ <script> import { initEditor } from "@/components/editor/config"; import uploadImage from "@/components/editor/upload-image.vue"; + export default { components:{uploadImage}, name: "Tinymce", -- Gitblit v1.8.0