Skip to content

Commit fbd9323

Browse files
Fix bgColor prop typo, Add demo
1 parent 87ad1d4 commit fbd9323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Vue-scroll-indicator
66
Scroll indicator component using Vue.js.
77

8-
<img src="https://thumbs.gfycat.com/DefiniteHardBubblefish-size_restricted.gif" width="100%" />
8+
[Live Demo](https://robbinfellow.github.io/vue-scroll-indicator/)
99

1010
## Installation
1111
```shell

src/components/VueScrollIndicator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
bgColor: {
2929
type: String,
3030
default: '#eaeaea',
31-
required: true
31+
required: false
3232
},
3333
indicatorColor: {
3434
type: String,

0 commit comments

Comments
 (0)