viktorlarsson / vue-tiny-slider

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

TypeError: can't access property "events", this.slider is undefined #83

Closed daniel007enirman closed 2 years ago

daniel007enirman commented 2 years ago
            <client-only>
                    <vue-tiny-slider v-bind="tinySliderOptions">
                        <div
                            class=""
                            v-for="(index) in 10"
                            :key="index"
                        >
                            {{ index }}
                        </div>
                </vue-tiny-slider>
                </client-only>