vue-tiny-slider icon indicating copy to clipboard operation
vue-tiny-slider copied to clipboard

Vue 3

Open zolzaya opened this issue 4 years ago • 4 comments

Hey guys,

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

zolzaya avatar Dec 25 '20 09:12 zolzaya

nah, throws an error

NorseGaud avatar Oct 20 '21 01:10 NorseGaud

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

mentorkadriu avatar Dec 14 '21 15:12 mentorkadriu

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?

viktorlarsson avatar Dec 15 '21 07:12 viktorlarsson

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

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

awsomplak avatar Oct 24 '22 20:10 awsomplak