Remove unnecessary savebutton vue component and create SaveButton Macro

This commit is contained in:
leigh-mil
2019-04-02 16:01:08 -04:00
parent 02cc18a93f
commit 1aaf4421ab
13 changed files with 25 additions and 49 deletions

View File

@@ -1,5 +1,3 @@
import savebutton from '../components/save_button'
export default {
mounted: function() {
this.$root.$on('field-change', this.handleFieldChange)
@@ -29,8 +27,4 @@ export default {
default: true,
},
},
components: {
savebutton,
},
}