We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(description) I'd not expect vuejs-progress-bar index.js to throw an error.
(description)
It does:
Uncaught TypeError: external_commonjs_vue_commonjs2_vue_root_Vue_default() is undefined js index.js:5 js vuejs-progress-bar.js:3343 js vuejs-progress-bar.js:3345 webpackUniversalModuleDefinition universalModuleDefinition:3 js universalModuleDefinition:10 __require chunk-OL3AADLO.js:9 <anonymous> vuejs-progress-bar:1 index.js:5
import ProgressBar from 'vuejs-progress-bar'
> npm list [email protected] /Users/Timoses/code/vmf/vmf/test/vue-project ├── @vitejs/[email protected] ├── [email protected] ├── [email protected] └── [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
(description)
I'd not expect vuejs-progress-bar index.js to throw an error.
Actual Behavior
(description)
It does:
Steps to Reproduce the Problem
import ProgressBar from 'vuejs-progress-bar'
Specifications
The text was updated successfully, but these errors were encountered: