viktorlarsson / vue-tiny-slider

Vanilla javascript slider for all purposes created by ganlanyuan in Vue.
MIT License
135 stars 50 forks source link

Set axis value #14

Closed MickCoelho closed 6 years ago

MickCoelho commented 6 years ago

Set axis value and make sure items prop is a Number

viktorlarsson commented 6 years ago

The items accepts both string and number currently?

viktorlarsson commented 6 years ago

I just noticed that height isn't set, but is that due to string vs number? I just tried your solution but that didn't help

MickCoelho commented 6 years ago

There's no need to do parseInt, you just need to make sure the prop 'items' is dynamic so, you need to set it like this :items="4"