[hub] merge conflicts

This commit is contained in:
Prateeksha Singh
2018-08-27 15:16:19 +05:30
8 changed files with 118 additions and 188 deletions

View File

@@ -21,7 +21,9 @@ Vue.component('empty-state', EmptyState);
Vue.directive('route', {
bind(el, binding) {
const route = binding.value;
if (!route) return;
el.classList.add('cursor-pointer');
el.dataset.route = route;
el.addEventListener('click', () => frappe.set_route(route));
},
unbind(el) {