mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 4 additions and 4 deletions
@ -1,6 +1,6 @@ |
|||
import VueApexCharts from 'vue3-apexcharts' |
|||
import VueApexCharts from 'vue3-apexcharts'; |
|||
|
|||
export default defineNuxtPlugin((nuxtApp) => { |
|||
nuxtApp.vueApp.use(VueApexCharts) |
|||
nuxtApp.vueApp.component('ApexChart', VueApexCharts) |
|||
}) |
|||
nuxtApp.vueApp.use(VueApexCharts); |
|||
nuxtApp.vueApp.component('ApexChart', VueApexCharts); |
|||
}); |
|||
|
Loading…
Reference in new issue