Skip to content

Commit

Permalink
revert: formEditorConfig.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Liberty-liu committed Aug 15, 2023
1 parent 1e336f2 commit ae243d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/views/formEditorConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ watch(lang, (newLang) => {
}
})
all.value = [...store.fields, ...store.layouts]
all.value.forEach(e => {
console.log(e)
})
}, { immediate: true })
const value0 = ref('root')
// const value0 = ref(store.layouts[6].id)
Expand Down

0 comments on commit ae243d9

Please sign in to comment.