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 · 1 comment
Open

implementating apexchart for nuxt #508

beesou777 opened this issue Jan 26, 2024 · 1 comment

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)
})

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

2 participants