wotamann / vuetify-form-base

Schema-based Form Generator - Vue.js 2.0 Component based on Vuetify 2.0
https://wotamann.github.io/vuetify
230 stars 63 forks source link

Object Bindings #91

Open Mashiane opened 3 years ago

Mashiane commented 3 years ago

Hi there

I have a bagol and I cant solve it.

This is what is on my template. <v-form-base :key="dbasickey" id="dbasic" :schema="dbasicschema" :model="dbasicmodel" cols="6"></v-form-base>

My app is not working because its displaying this in the html. <v-form-base id="dbasic" schema="[object Object]" model="[object Object]" cols="6"></v-form-base>

What causes this by any chance?