chore(demo->form-design): resolve ts error. close #2719 #1882

This commit is contained in:
invalid w 2023-11-21 16:37:24 +08:00
parent 2cd5a40322
commit eed50db873

View File

@ -49,6 +49,7 @@
// json // json
const editorJson = computed(() => { const editorJson = computed(() => {
// @ts-ignore
return JSON.stringify(removeAttrs(state.jsonData), null, '\t'); return JSON.stringify(removeAttrs(state.jsonData), null, '\t');
}); });