Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Dec 21, 2018
1 parent 47de0f1 commit 29e7655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export default {
padding: $nav-mobile-pt $nav-mobile-padding-h $nav-mobile-pb $nav-mobile-padding-h;
.vuestic-navbar__logo {
width: $nav-mobile-brand-width;
top: $nav-mobile-brand-top;
left: $nav-mobile-brand-left;
height: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
@touchstart="startDrag"
@touchmove="onDrag"
@touchend="stopDrag"
@transitionend="onContentResize">
<slot></slot>
@transitionend="onContentResize"
>
<slot/>
</div>
<div class="track" ref="track">
<div class="thumb" ref="thumb"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@
</template>

<script>
import Expanding from 'vue-bulma-expanding/src/Expanding'
export default {
name: 'vuestic-sidebar',
components: {
Expanding,
},
props: {
hidden: {
type: Boolean,
Expand Down

0 comments on commit 29e7655

Please sign in to comment.