Skip to content

Commit

Permalink
减小按钮显示间隔
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Nov 26, 2018
1 parent 0275aa4 commit 5253871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/d2-container/components/d2-source.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
// 一秒后显示按钮
setTimeout(() => {
this.isActive = true
}, 1000)
}, 500)
},
methods: {
// 点击按钮的时候跳转到源代码
Expand Down

0 comments on commit 5253871

Please sign in to comment.