Slot improvements
- 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.