You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have uses vue 3 app.
But, after configuration VueProgressBar it couldn't install.
Show the following issues on the console log. vue-progressbar.js:1 Uncaught TypeError: o is not a constructor at Object.install (vue-progressbar.js:1:5953) at Object.use (runtime-core.esm-bundler.js:4327:28) at main.js?t=1663055188118:69:5 https://prnt.sc/v-7XWAJuwgYS
My code is :
import { createApp } from "vue";
import App from "./App.vue";
import VueProgressBar from 'vue-progressbar';
const app = createApp(App);
app.use(VueProgressBar, {
color: 'rgb(143, 255, 199)',
failedColor: 'red',
height: '2px'
});
app.mount("#app");
Please, Help me to solve this
The text was updated successfully, but these errors were encountered:
Uncaught TypeError: o is not a constructor
at Object.install (vue-progressbar.js:1:5953)
at Object.use (runtime-core.esm-bundler.js:4327:28)
at main.ts:49:5
Hello,
I have uses vue 3 app.
But, after configuration VueProgressBar it couldn't install.
Show the following issues on the console log.
vue-progressbar.js:1 Uncaught TypeError: o is not a constructor at Object.install (vue-progressbar.js:1:5953) at Object.use (runtime-core.esm-bundler.js:4327:28) at main.js?t=1663055188118:69:5
https://prnt.sc/v-7XWAJuwgYS
My code is :
Please, Help me to solve this
The text was updated successfully, but these errors were encountered: