|
|
@@ -132,7 +132,6 @@ import { defineComponent, ref, inject, reactive } from "vue";
|
|
|
|
|
|
import { Message } from '@arco-design/web-vue';
|
|
|
|
|
|
-import AnwserPictureResult from './anwser-pictures/AnwserPictureResult.vue';
|
|
|
import BtnIframeComfyui from './btn-iframe-comfyui/BtnIframeComfyui.vue';
|
|
|
|
|
|
import ImgEditBtn from './image-editor/ImgEditBtn.vue';
|
|
|
@@ -140,11 +139,8 @@ import ImgEditBtn from './image-editor/ImgEditBtn.vue';
|
|
|
export default defineComponent({
|
|
|
props: ["data", "hasUpload", "hasSlider", "uploadFile", "isQuestion", "agentId", "agengtName"],
|
|
|
components: {
|
|
|
- AnwserPictureResult,
|
|
|
- // AnwserPictureLoading,
|
|
|
BtnIframeComfyui,
|
|
|
|
|
|
- // TuiImageEditor,
|
|
|
ImgEditBtn
|
|
|
},
|
|
|
setup(props) {
|