NightCat

Results 47 comments of 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`. ![image](https://user-images.githubusercontent.com/13888962/55723244-21506d00-5a3b-11e9-93d2-cfd0dcc63907.png) ![image](https://user-images.githubusercontent.com/13888962/55723306-493fd080-5a3b-11e9-8f0e-a300ac64106f.png)

@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?

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)