fix lint: missing semicolon
This commit is contained in:
parent
45ad8fb843
commit
35deac7706
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
|||
return parseInt(getStyle(this.$els.slider, 'width'), 10);
|
||||
},
|
||||
tipDisabled () {
|
||||
return this.tipFormat(this.value[0]) === null || this.showTip === 'never'
|
||||
return this.tipFormat(this.value[0]) === null || this.showTip === 'never';
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Add table
Reference in a new issue