document is not defined with nuxt
freddy-daniel opened this issue · 0 comments
freddy-daniel commented
Unable to use with nuxt project wrapped by core ui
Getting issue document is not defined
Tried <client-only> tag in component
Added { src: '~/plugins/vue-chart.js', mode: 'client' } in nuxt.config.js
~/plugins/vue-chart.js
import Vue from 'vue';
import CoreuiVueCharts from '@coreui/vue-chartjs';
Vue.use(CoreuiVueCharts);
Error Screenshot
