viktorlarsson / vue-tiny-slider

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

Vue 3 #70

Open zolzaya opened 3 years ago

zolzaya commented 3 years ago

Hey guys,

Is it support vue 3? I can't find any info on the Readme

NorseGaud commented 2 years ago

nah, throws an error

mentorkadriu commented 2 years ago

@zolzaya maybe you can give a try to https://github.com/mentorkadriu/vue-tiny-slider

viktorlarsson commented 2 years ago

Hey @mentorkadriu, i am not maintaining this repo very much, kinda havent even looked at vue3z of the project and send people over to your repo?

awsomplak commented 1 year ago

Work with vue 3, modify render method like this: render() { return h('div', this.$slots.default()); }

and import this: import { h } from 'vue';