Allow custom props for TailboneForm component
This commit is contained in:
parent
e6da1152ca
commit
32cfe58601
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue