Skip to content

Commit 8fd0e2a

Browse files
author
Chryb
committed
fixed #2
1 parent 8e15c2f commit 8fd0e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
demo
1+
docs

src/VueUp.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
this.backgroundColor = payload.hasOwnProperty('backgroundColor')
3939
? payload.backgroundColor : 'rgba(0, 0, 0, 0.8)'
4040
41-
delay *= 100
41+
delay *= 1000
4242
4343
this.show = true
4444
setTimeout(() => {

0 commit comments

Comments
 (0)