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

Why can you not use the data object to build the form?

Open ChrisRAra opened this issue 3 years ago • 0 comments

When I do:

data() { return { schema: {} } }

It just does not bring anything back, it is almost like it is relying on the global const

ChrisRAra avatar Jul 26 '21 10:07 ChrisRAra