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

implementating apexchart for nuxt #508

Open
beesou777 opened this issue Jan 26, 2024 · 2 comments
Open

implementating apexchart for nuxt #508

beesou777 opened this issue Jan 26, 2024 · 2 comments

Comments

@beesou777
Copy link

hello i need help in setup for apexchart in my nuxt app i am new to nuxt and i need to setup apexchart anyone who have done can be a great help

@bitbytebit1
Copy link

Create a new file in the plugins folder called "apexcharts.client.js"

import VueApexCharts from 'vue3-apexcharts'

export default defineNuxtPlugin((nuxtApp) => {
  nuxtApp.vueApp.component('ApexChart', VueApexCharts)
})

Copy link

github-actions bot commented Aug 2, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants