ЙажаСценарий / Говнокод #27013 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
handleShowScheduler() {
                console.log(this.$parent.$parent.$parent.showScheduler, 'sch')
                if (this.$parent.$parent.$parent.showScheduler) {
                    this.$parent.$parent.$parent.showScheduler = false;
                    setTimeout(() => {
                        this.$parent.$parent.$parent.showScheduler = true;
                    }, 200)
                } else {
                    this.$parent.$parent.$parent.showScheduler = true;
                }
            },

Запостил: diman_suvor diman_suvor, (Updated )

Комментарии (1) RSS

Добавить комментарий

Переведи на "PHP", guest!

    А не использовать ли нам bbcode?


    8