return this.$store.state.deal.showSpecifyDetailsModal;
},
set() {
this.track(this.shown ? 'close' : 'open');
this.$store.commit('deal/toggleSpecifyDetailsModal');
}
},
Это ты в дате прописал?
Обсуждают сегодня