Allow custom props for TailboneForm component

This commit is contained in:
Lance Edgar 2020-09-15 09:33:27 -05:00
parent e6da1152ca
commit 32cfe58601

View file

@ -87,6 +87,7 @@
let ${form.component_studly} = { let ${form.component_studly} = {
template: '#${form.component}-template', template: '#${form.component}-template',
components: {}, components: {},
props: {},
methods: { methods: {
## TODO: deprecate / remove the latter option here ## TODO: deprecate / remove the latter option here