Изначально пустая строка. В beforeMount выполняется ф-я try { await this.$store.dispatch('getCountryPhoneList'); await this.$store.dispatch('getUserCountryByIp'); const userPhoneCode = (this.$store.state.country.countryPhoneList.find(el => el.cca2 === this.$store.state.country.userCountry)).phoneCode; const telBody = this.$store.state.signUp.region.tel.slice(userPhoneCode.length); this.DATA.test = telBody; } catch (e) { } telBody выводит, но watch не видит изменений в этот момент
Обсуждают сегодня