Skip to content

Commit

Permalink
fix: 修复pi-marquee无法滚动的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sadais-lwt committed Sep 1, 2021
1 parent 7158eac commit 6f827ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/pi-marquee/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ export default {
this.updateTime()
this.handleStart()
}
},
items: {
immediate: true,
handler() {
this.handlePause()
this.updateTime()
this.handleStart()
}
}
},
mounted() {
Expand Down

0 comments on commit 6f827ce

Please sign in to comment.