This commit is contained in:
Henry Jordan
2021-09-01 20:39:57 +00:00
parent a32bcc7633
commit f153ea59f5

View File

@@ -41,8 +41,8 @@ export default {
mounted(){
let that = this;
eventBus.$on('ellipsis::hide', (data) => {
that.hideActionButtons();
});
that.hideActionButtons();
});
},
methods: {
/**