Browse Source
fixes apexcharts.client.ts
some errors of th Linter
pull/1973/head
Philip H.
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/app/plugins/apexcharts.client.ts
|
@ -2,4 +2,5 @@ import VueApexCharts from 'vue3-apexcharts'; |
|
|
|
|
|
|
|
|
export default defineNuxtPlugin((nuxtApp) => { |
|
|
export default defineNuxtPlugin((nuxtApp) => { |
|
|
nuxtApp.vueApp.use(VueApexCharts); |
|
|
nuxtApp.vueApp.use(VueApexCharts); |
|
|
|
|
|
nuxtApp.vueApp.component("ApexChart", VueApexCharts); |
|
|
}); |
|
|
}); |
|
|