Преглед изворни кода

Slider: mitigate high cpu usage (#8989)

see: https://github.com/ElemeFE/element/issues/8989
wacky6.AriesMBP пре 7 година
родитељ
комит
b0c382f2f8
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/slider/src/main.vue

+ 1 - 0
packages/slider/src/main.vue

@@ -260,6 +260,7 @@
 
     computed: {
       stops() {
+        if (!this.showStops) return [];
         if (this.step === 0) {
           process.env.NODE_ENV !== 'production' &&
           console.warn('[Element Warn][Slider]step should not be 0.');