Skip to content

o is not a constructor error #102

@shubhamrvs

Description

@shubhamrvs

Hello,

I am encountering an issue when trying to use VueProgressBar with Vue. I am getting the error message o is not a constructor. Here is my code:

`import { createApp } from 'vue';
const app = createApp({});

import VueProgressBar from 'vue-progressbar'

app.use(VueProgressBar, {
color: 'rgb(143, 255, 199)',
failedColor: 'red',
height: '2px'
})`

image

I have installed the latest version of VueProgressBar and I have also checked for any version conflicts. However, I am still encountering this error.

Could you please help me resolve this issue?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions