Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue 3 #70

Open
zolzaya opened this issue Dec 25, 2020 · 4 comments
Open

Vue 3 #70

zolzaya opened this issue Dec 25, 2020 · 4 comments

Comments

@zolzaya
Copy link

zolzaya commented Dec 25, 2020

Hey guys,

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

@NorseGaud
Copy link

nah, throws an error

@mentorkadriu
Copy link

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

@viktorlarsson
Copy link
Owner

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
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants