This commit is contained in:
2019-04-30 21:10:34 +00:00
parent 3495a56d04
commit caef1186db
4 changed files with 21 additions and 6 deletions

View File

@@ -184,6 +184,10 @@ export default {
vm.$gzevent.$on("menu-click", function handleMenuClick(menuitem) {
self.handleAppClick(vm, menuitem);
});
vm.$gzevent.$on("popup-message", function handlePopupMessage(msg) {
alert(msg);
});
}
//new functions above here
};