vue-histogram-slider icon indicating copy to clipboard operation
vue-histogram-slider copied to clipboard

Import error

Open sebastian-raubach opened this issue 1 year ago • 2 comments

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?

sebastian-raubach avatar Jul 14 '22 10:07 sebastian-raubach

I am running into a similar issue. The histogram slider is not found in the import.

StenLeinasaar avatar Jul 14 '22 14:07 StenLeinasaar

Decided to go for more customizable bootstrap histogram range slider: https://codepen.io/linda_preisde/pen/wppXJG .

StenLeinasaar avatar Jul 14 '22 17:07 StenLeinasaar