vuetify-jsonschema-form icon indicating copy to clipboard operation
vuetify-jsonschema-form copied to clipboard

Question: [SOLVED] Bindings are [Object Object]

Open Mashiane opened this issue 3 years ago • 1 comments

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 avatar Mar 28 '21 19:03 Mashiane

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

Mashiane avatar Apr 08 '21 12:04 Mashiane