liminggui

Results 4 comments of liminggui

现在支持吗?我导出的json怎么显示不了富文本编辑器

下面代码测试通过。Tinymce组件可以从form-generator的src/components目录拿到 ` import Parser from 'form-gen-parser' import Tinymce from '@/components/Tinymce/index.vue' import Vue from 'vue' Vue.component('Tinymce', Tinymce) export default { components: { Parser, }, ...... `

I want to get == ``` [[{"type": "quan", "value": 1},{"type": "quan", "value": 2},{"type": "quan", "value": 3}],[{"type": "quan", "value": 3}]] [result.data.0.data.0 result.data.0.data.1 result.data.0.data.2 result.data.1.data.0] ``` Looks like there is a similar...

Step 1: Access /datasets/{dataset_id} to check if the runtime_mode field is set to the pipeline mode. Step 2: Upload a file via /datasets/pipeline/file-upload to retrieve the file information. Step 3:...