I can not beat my problem. I'll say right away - I see vue for the second day. It is necessary to make a calculator. I use v-slider from vuetify. If you just click on the slider - the values change. But if you hold the mouse on the thumb and try to drag the slider, nothing happens. I get an error in the console:
Cannot read property 'addEventListener' of undefined at onThumbMouseDown
No frills with the component did not.
Component:
<v-slider id = "ceilingscale" v-model="ceilingscale" :max="255" height="30" ></v-slider>
The page itself is located here: http://germes.atmdenis.beget.tech/
Calculator and his slider. One distinctive feature - input must also be tied to the slider. Help me to understand. I will be very grateful!