Declare empty component list for TailboneForm
easier to add to that if it's already there
This commit is contained in:
parent
86695c9dc7
commit
93a44d83d2
|
@ -86,6 +86,7 @@
|
||||||
|
|
||||||
let ${form.component_studly} = {
|
let ${form.component_studly} = {
|
||||||
template: '#${form.component}-template',
|
template: '#${form.component}-template',
|
||||||
|
components: {},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
## TODO: deprecate / remove the latter option here
|
## TODO: deprecate / remove the latter option here
|
||||||
|
|
Loading…
Reference in a new issue