[hub] add SearchInput

This commit is contained in:
Prateeksha Singh
2018-08-23 13:52:41 +05:30
parent 6e5b9a8f9b
commit d7d2bb261b
4 changed files with 62 additions and 24 deletions

View File

@@ -23,6 +23,11 @@ export default {
item_id() {
return this.is_local ? 'item_code' : 'hub_item_code';
}
},
watch: {
items() {
frappe.dom.handle_broken_images($(this.$el));
}
}
}
</script>