This commit is contained in:
scoliono 2020-09-10 19:57:55 -07:00
parent 467587e242
commit b50c6ea4a2

View File

@ -3,7 +3,7 @@
{
const res = await this.fetch(`/c/all.json`);
const { articles } = await res.json();
return { articles, randomArticle };
return { articles };
}
</script>