fix(marketplace): add watcher for route change to fetch new items
diff --git a/erpnext/public/js/hub/pages/Home.vue b/erpnext/public/js/hub/pages/Home.vue
index 3536569..84a4236 100644
--- a/erpnext/public/js/hub/pages/Home.vue
+++ b/erpnext/public/js/hub/pages/Home.vue
@@ -58,6 +58,11 @@
 		this.search_value = '';
 		this.get_items();
 	},
+	watch:{
+		$route (to, from){
+			this.get_items()
+		}
+	},
 	methods: {
 		get_items() {
 			hub.call('get_data_for_homepage', frappe.defaults ? {