Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
users = json.data;
const array = [{id: 123, color: 'black'},{id:12.4, color: 'green'}]; array.reduce((obj, {id, ...others}) => ({ ...obj, [id]: {...others} }), {});
<router-link class="waves-effect waves-orange pointer" active-class="active" to="/" exact > Тест </router-link>
export interface EnemyCharacteristics { type: EnemiesTypes }