Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(menu): use same default sortby as specified
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed Oct 18, 2017
1 parent e8cab73 commit 81a7781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
sortBy: {
default() {
return ['name:asc']
return ['isRefined:desc', 'count:desc', 'name:asc']
}
}
},
Expand Down

0 comments on commit 81a7781

Please sign in to comment.