Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Apr 16, 2020
1 parent c21ca1d commit 4543635
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/examples/all.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
@click.native="options.pageView='page'" />
</template>
<template slot="toolbar-right">
<o-menubar-btn :icon="isSlideShow ? `mdi-pause-circle-outline` : `mdi-play-box-outline`"
:tooltip="$t('presentation')" @click.native="onSlideShow" />
<o-menubar-btn :icon="$q.fullscreen.isActive ? `fullscreen_exit` : `fullscreen`"
:tooltip="$t('action.fullscreen')" @click.native="$q.fullscreen.toggle()" />
</template>
Expand Down

0 comments on commit 4543635

Please sign in to comment.