Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
let currentCoords = coords[1].toFixed(6) + ',' + coords[0].toFixed(6);
this.currentCoords = coords[1].toFixed(6) + ',' + coords[0].toFixed(6);
data() { return { currentCoords: '' ... }