Vue.component('tab-adamhall', { props: ['saved', 'errors', 'formdata', 'schema'], template: '
' + '' + '' + '
Saved successfully
' + '
Please correct the errors above
' + '
' + '
', methods: { selectComponent: function(field) { return 'component-'+field.type; }, saveInput: function() { this.$emit('saveform'); }, } })