Refactor Buefy forms a bit more, to copy grid pattern
i.e. each page can modify the component dynamically before it's registered
This commit is contained in:
parent
5bd4f84389
commit
5998941741
5 changed files with 23 additions and 12 deletions
7
tailbone/static/js/tailbone.buefy.form.js
Normal file
7
tailbone/static/js/tailbone.buefy.form.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
let TailboneForm = {
|
||||
template: '#tailbone-form-template',
|
||||
methods: {}
|
||||
}
|
||||
|
||||
let TailboneFormData = {}
|
Loading…
Add table
Add a link
Reference in a new issue