Answers for "nuxt apexcharts"

0

nuxt apexcharts

import Vue from 'vue'
import VueApexCharts from 'vue-apexcharts'

Vue.component('VueApexCharts', VueApexCharts);
Posted by: Guest on February-19-2022
0

nuxt apexcharts

plugins: [
    { src : '~/plugins/vue-apexchart.js', ssr : false },
],
build: {
  vendor : [
     'vue-apexchart'
  ]
}
Posted by: Guest on February-19-2022

Browse Popular Code Answers by Language