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

Commit

Permalink
fix(Menu): apply correctly css class
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed Oct 18, 2017
1 parent 4b08b2d commit cf996ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@
h(
'div',
{
class: [
this.bem('item'),
isRefined ? this.bem('item', 'active') : '',
],
class: isRefined ? this.bem('item', 'active') : this.bem('item'),
},
[
h(
Expand Down

0 comments on commit cf996ae

Please sign in to comment.