VueformBuilder preview$ and el$.form$.schema #89
Unanswered
dan-dazlab
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Vueform I can access schema from any element with
el$.from$.schema
.But this doen't work in VueformBuilder.
I can access it only from instance:
this.$refs.builder$.builder.schema
other problem is with
BTW: when preview$ is loaded this.$refs.builder$.preview$.form$.schema === this.$refs.builder$.builder.schema !== el$.from$.schema
Any suggestions what could go wrong on a custom element?
el$ is const el$ = useElement(props, context)
Beta Was this translation helpful? Give feedback.
All reactions