vue-histogram-slider
vue-histogram-slider copied to clipboard
Import error
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?
I am running into a similar issue. The histogram slider is not found in the import.
Decided to go for more customizable bootstrap histogram range slider: https://codepen.io/linda_preisde/pen/wppXJG .