fix style
pull/2/head
qingwei.li 2016-08-17 14:03:40 +08:00
parent e99a7b3d6e
commit cc0934d89b
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ export default {
computed: {
content() {
if (this.dot) return;
const value = this.value;
const max = this.max;