fetch(
https://api.github.com/search/repositories?q=${escape(search)}
).then(res => {
res.json().then(json => (vm.options = json.items));
loading(false);
});
}, 350)
Обычно это lodash
Обсуждают сегодня