#31 : Fix spelling 'auto play' -> autoplay
This commit is contained in:
@@ -32,12 +32,12 @@
|
||||
export let autoplay = false
|
||||
|
||||
/**
|
||||
* Auto play change interval
|
||||
* Autoplay change interval
|
||||
*/
|
||||
export let autoplayDuration = 3000
|
||||
|
||||
/**
|
||||
* Auto play change direction ('next', 'prev')
|
||||
* Autoplay change direction ('next', 'prev')
|
||||
*/
|
||||
export let autoplayDirection = 'next'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user