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
538 stars 154 forks source link

Docs use deprecated slot-scope / slot properties #403

Open darioackermann opened 1 year ago

darioackermann commented 1 year ago

slot and slot-scope are deprecated since Vue 2.6.0. The docs however use them, e.g. https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#slots-wrappers

The alternative to use is e.g. <template v-slot:custom-object1="context">. I can add a PR if you want me to?

albanm commented 1 year ago

Sure, a PR would be welcome.

darioackermann commented 1 year ago

PR is in https://github.com/koumoul-dev/vuetify-jsonschema-form/pull/404. Thanks for maintaining this awesome lib! 🥳