Remove unnecessary savebutton vue component and create SaveButton Macro
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user