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

Update VJsfNoDeps.js #217

Closed selobu closed 3 years ago

selobu commented 3 years ago

Import vuetify icons by default

albanm commented 3 years ago

Test fails with error Cannot read property 'name' of undefined.

Shouldn't the line dflt[key] = value.props.name || key be simply dflt[key] = value || key ?

Also there are some linter errors. Not a big deal I can fix linter errors after merging, but just so you know it is a good idea to run npm run lint before pushing.