“NUXT ApexCharts” Respostas de código

NUXT ApexCharts

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

Vue.component('VueApexCharts', VueApexCharts);
Tung

NUXT ApexCharts

plugins: [
    { src : '~/plugins/vue-apexchart.js', ssr : false },
],
build: {
  vendor : [
     'vue-apexchart'
  ]
}
Tung

Respostas semelhantes a “NUXT ApexCharts”

Perguntas semelhantes a “NUXT ApexCharts”

Procure respostas de código populares por idioma

Procurar outros idiomas de código