From 93a44d83d222da688dc2b442198ef52db3687590 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 4 Nov 2019 20:55:51 -0600 Subject: [PATCH] Declare empty component list for TailboneForm easier to add to that if it's already there --- tailbone/templates/forms/deform_buefy.mako | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/templates/forms/deform_buefy.mako b/tailbone/templates/forms/deform_buefy.mako index e134f272..9d4dafe2 100644 --- a/tailbone/templates/forms/deform_buefy.mako +++ b/tailbone/templates/forms/deform_buefy.mako @@ -86,6 +86,7 @@ let ${form.component_studly} = { template: '#${form.component}-template', + components: {}, methods: { ## TODO: deprecate / remove the latter option here