Refactor form/page component structure for Buefy/Vue.js

this also moves Execute Batch from the form buttons area, to object helper
This commit is contained in:
Lance Edgar 2019-06-17 15:07:19 -05:00
parent 4cadeb8e5d
commit cc79fe76fd
12 changed files with 270 additions and 275 deletions

View file

@ -1,10 +0,0 @@
let TailboneForm = {
template: '#tailbone-form-template',
methods: {}
}
let FormPage = {
template: '#form-page-template',
methods: {}
}