mirror of https://github.com/wg-easy/wg-easy
4 changed files with 836 additions and 563 deletions
@ -1,5 +1,7 @@ |
|||||
import VueApexCharts from 'vue3-apexcharts'; |
import VueApexCharts from 'vue3-apexcharts'; |
||||
|
|
||||
export default defineNuxtPlugin((nuxtApp) => { |
export default defineNuxtPlugin((nuxtApp) => { |
||||
nuxtApp.vueApp.use(VueApexCharts); |
// https://github.com/apexcharts/vue3-apexcharts/issues/141
|
||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
|
nuxtApp.vueApp.use(VueApexCharts as any); |
||||
}); |
}); |
||||
|
File diff suppressed because it is too large
Loading…
Reference in new issue