NightCat
NightCat
Thank you for your sharing, this will help other people using this component.
@tonyisworking In version `3.0.18` I added a file that extracted css. You can use it like this: ```js import VueSlider from 'vue-slider-component/dist-css/vue-slider-component.umd.min' import 'vue-slider-component/dist-css/vue-slider-component.css' import 'vue-slider-component/theme/default.css' ```
I didn't use plugins, nor did I use the `no-ssr` tag, which works fine. I am using `[email protected]`. @Jesus82
@Jesus82 `[email protected]` tested no problem, I just used it in `pages/index.vue`.  
@NicolasHofmairT23 Are you using it on the mobile side or on the PC side? Maybe `mousemove` also needs to add `passive: false`?
@RPK-G 可以的,在线文档里有 https://nightcatsama.github.io/vue-slider-component/#/zh-CN/basics/process?hash=%E5%BD%93%E5%80%BC%E7%9A%84%E7%B1%BB%E5%9E%8B%E4%B8%BA-function
@RPK-G 轨道的话动态设置 railStyle 就行了,写个 computed 去根据值判断
Can you provide the `min/max/interval` of the component that gave the error?
Please try to restore the error.
You can try to print the error parameter at `@error`. ([example](https://jsfiddle.net/NightCatSama/2xy72dod/10425/)) Is it possible that it is the same error as issue[#343](https://github.com/NightCatSama/vue-slider-component/issues/343)