Fix VUE error

This commit is contained in:
George Drummond 2019-02-12 10:00:43 -05:00
parent eb0d83b6c3
commit f82031ec19
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -1,10 +1,8 @@
import Vue from 'vue'
import textinput from './text_input'
import checkboxinput from './checkbox_input'
import FormMixin from '../mixins/form'
export default Vue.component('levelofwarrant', {
export default {
mixins: [FormMixin],
components: {
@ -26,4 +24,4 @@ export default Vue.component('levelofwarrant', {
unlimited_level_of_warrant,
}
},
})
}