Skip to content

Commit

Permalink
chore(demo->form-design): resolve ts error. close #2179 #1882
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Nov 21, 2023
1 parent 2cd5a40 commit c599833
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

// 计算json数据
const editorJson = computed(() => {
// @ts-ignore
return JSON.stringify(removeAttrs(state.jsonData), null, '\t');
});

Expand Down

0 comments on commit c599833

Please sign in to comment.