Update application environments

This commit is contained in:
George Drummond
2019-04-22 10:37:03 -04:00
parent 30018a061b
commit 079672c818
12 changed files with 159 additions and 35 deletions

View File

@@ -1,6 +1,15 @@
import FormMixin from '../mixins/form'
import textinput from './text_input'
export default {
name: 'toggler',
mixins: [FormMixin],
components: {
textinput,
},
data: function() {
return {
selectedSection: null,