inunez-vex opened this issue 2 years ago · 1 comments
Component Version: v4.0.0-beta.7
Multiple type imports are used as value. Imports should be replaced to 'import type'.
Affected files are: vue-slider-dot.vue vue-slider-mark.vue vue-slider.vue controls.ts index.ts
The type check in my project is failing because of this bug. If you also have the same issue you can stub vue-slider-component types temporally until it solved like this:
vue-slider-component