koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
539 stars 154 forks source link

Question: [SOLVED] Bindings are [Object Object] #221

Open Mashiane opened 3 years ago

Mashiane commented 3 years ago

Hi there

I am using the CDN version of this amazing lib, sadly I am experiencing stranger things.

My element is being defined as

<v-jsf id="dbasic" schema="[object Object]" options="[object Object]"></v-jsf>

When I right click at it as its not compiling. What am I doing wrong?

Mashiane commented 3 years ago

Fixed. I had registered the component at global level whilst im using it at component level. After I did the import at the component level its working