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
I'm trying to use this library with Vue 2 and Node 16. However, I get the following error when importing the library using this command:
import HistogramSlider from 'vue-histogram-slider'
The error is:
export 'default' (imported as 'HistogramSlider') was not found in 'vue-histogram-slider' (module has no exports)
Any idea why this is happening?
The text was updated successfully, but these errors were encountered:
I am running into a similar issue. The histogram slider is not found in the import.
Sorry, something went wrong.
Decided to go for more customizable bootstrap histogram range slider: https://codepen.io/linda_preisde/pen/wppXJG .
No branches or pull requests
I'm trying to use this library with Vue 2 and Node 16. However, I get the following error when importing the library using this command:
The error is:
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: