Skip to content

Slot improvements

Compare
Choose a tag to compare
@k3ssen k3ssen released this 10 Jan 15:32
· 20 commits to master since this release
d0769cb
  • Slots are added to form components so full object paths (like form.children.subform.children.fieldname) are necessary.
  • Instead of .global.vue also .g.vue can be used.
  • form type components are now also global, so these can be used instead (optionally) of the form-widget component, which allows using the vuetify slots.
  • Fixes for passing down attributes.