Skip to content

Commit

Permalink
fix: bug №100
Browse files Browse the repository at this point in the history
  • Loading branch information
smellyshovel committed Aug 5, 2019
1 parent bbf92bb commit dc48b65
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<span
class="flex-center header-selector i-menu-expanded"
class="flex-center header-selector"
:class="`i-menu-${minimized ? 'collapsed' : 'expanded'}`"
@click="$emit('update:minimized', !minimized)"

/>
</template>

Expand Down

0 comments on commit dc48b65

Please sign in to comment.