vue-apexcharts icon indicating copy to clipboard operation
vue-apexcharts copied to clipboard

implementating apexchart for nuxt

Open beesou777 opened this issue 1 year ago • 2 comments
trafficstars

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

beesou777 avatar Jan 26 '24 07:01 beesou777

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

bitbytebit1 avatar Apr 30 '24 11:04 bitbytebit1

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.

github-actions[bot] avatar Aug 02 '24 14:08 github-actions[bot]