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 usage #44

Closed
dhanielcodes opened this issue Jan 2, 2021 · 8 comments
Closed

Vue 3 usage #44

dhanielcodes opened this issue Jan 2, 2021 · 8 comments

Comments

@dhanielcodes
Copy link

dhanielcodes commented Jan 2, 2021

I tried using your package with vue 3, but it doesn't work properly
How do I set it up for vue 3

This is my code buh didn't work

import { createApp } from 'vue'
import App from './App.vue'
import Donut from 'vue-css-donut-chart';
import 'vue-css-donut-chart/dist/vcdonut.css';

const app = createApp(App)
app.use(Donut)
app.mount('#app')
@narekkay
Copy link

Did you find any solution?

@dhanielcodes
Copy link
Author

Nope, I had to switch to Apex charts, they had for vue 3

@narekkay
Copy link

Yes! I can confirm, Apex Charts works on Vue 3 👍

@dhanielcodes
Copy link
Author

👍

@pixelpep
Copy link

Still not in vue3?

@narekkay
Copy link

narekkay commented Oct 26, 2021

Didn't test Idk😬 Haven't seen any update on their git / npm repo so it's most likely that it still doesn't work...

@dumptyd
Copy link
Owner

dumptyd commented Oct 28, 2021

Soon

On a serious note, I am running into some issues with porting the tests, but I will try to get a version out for Vue 3 within next couple of weeks.

@dumptyd dumptyd closed this as completed Oct 30, 2021
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

4 participants