vue-tiny-slider
vue-tiny-slider copied to clipboard
Vue 3
Hey guys,
Is it support vue 3? I can't find any info on the Readme
nah, throws an error
@zolzaya maybe you can give a try to https://github.com/mentorkadriu/vue-tiny-slider
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?
Work with vue 3, modify render method like this:
render() { return h('div', this.$slots.default()); }
and import this:
import { h } from 'vue';