提交 8d07839a 编写于 作者: Mosher's avatar Mosher

滑块判断为空置0

上级 2b3e195d
......@@ -76,6 +76,7 @@ export default class AppSlider extends Vue {
*/
@Watch('value')
public onValueChange(newVal: any, oldVal: any) {
newVal = (Object.is(null, newVal)) ? 0 : newVal;
this.currentVal = parseInt(newVal);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册