feat(marketplace): featured Items for sellers

This commit is contained in:
karthikeyan5
2019-01-31 17:47:06 +05:30
parent 88baf53cc1
commit 2894f7935a
6 changed files with 149 additions and 3 deletions

View File

@@ -30,6 +30,11 @@ export default {
route: 'marketplace/saved-items',
condition: () => this.hub_registered
},
{
label: __('Your Featured Items'),
route: 'marketplace/featured-items',
condition: () => this.hub_registered
},
{
label: __('Your Profile'),
route: 'marketplace/profile',