@ -150,6 +150,13 @@
this.options = getRemoveOption();
},
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
} else if (e.index === 1) {
window.location.reload();
}
methods: {
@ -150,6 +150,14 @@