Skip to content

document is not defined with nuxt #7

Open
@freddy-daniel

Description

@freddy-daniel

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions