Add edit template with dropdown selectors

This commit is contained in:
Montana
2019-05-01 16:20:53 -04:00
parent 0da0f6a0ae
commit c1ae5129bc
5 changed files with 80 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
import FormMixin from '../mixins/form'
import textinput from './text_input'
import optionsinput from './options_input'
export default {
name: 'toggler',
@@ -8,6 +9,7 @@ export default {
components: {
textinput,
optionsinput,
},
data: function() {