mirror of https://github.com/ElemeFE/element
parent
e99a7b3d6e
commit
cc0934d89b
|
@ -20,6 +20,8 @@ export default {
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
content() {
|
content() {
|
||||||
|
if (this.dot) return;
|
||||||
|
|
||||||
const value = this.value;
|
const value = this.value;
|
||||||
const max = this.max;
|
const max = this.max;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue