Skip to content
Discussion options

You must be logged in to vote

https://v1.quasar.dev/quasar-cli/boot-files#usage-of-boot-files

boot: [
  { path: '/src/plugins/apexcharts.js', server: false },
   ... // other boot
]

https://apexcharts.com/docs/vue-charts/

// src/plugins/apexcharts.js
import VueApexCharts from 'vue-apexcharts'
Vue.use(VueApexCharts)
Vue.component('apexchart', VueApexCharts)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@leoMirandaa
Comment options

Answer selected by leoMirandaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants