Add Buefy support for "simple" delete confirmation

This commit is contained in:
Lance Edgar 2019-06-08 21:02:32 -05:00
parent 796170100f
commit e715794f04
3 changed files with 30 additions and 6 deletions

View file

@ -3,3 +3,8 @@ let TailboneForm = {
template: '#tailbone-form-template',
methods: {}
}
let FormPage = {
template: '#form-page-template',
methods: {}
}