Skip to content

Commit

Permalink
tabbar $listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
szuprefix committed Dec 28, 2019
1 parent b76a651 commit 8fc21d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/media/qcloud/Video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
</video>
</template>
<script>
// import load from 'load.js'
import $script from 'scriptjs'
export default{
props: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/mobile/Tabbar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<tabbar v-if="show" style="position: fixed;">
<tabbar v-if="show" style="position: fixed;" v-on="$listeners">
<tabbar-item :show-dot="t.showDot" :selected="t.link === $route.path" :badge="t.badge" v-for="t in tabItems" :link="t.link" :key="t.name">
<i slot="icon" :class="`iconfont icon-${t.icon}`"></i>
<span slot="label">{{t.label}}</span>
Expand Down

0 comments on commit 8fc21d6

Please sign in to comment.