summaryrefslogtreecommitdiffstats
path: root/src/components/routes/All.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/routes/All.vue')
-rw-r--r--src/components/routes/All.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/routes/All.vue b/src/components/routes/All.vue
index fda92d593..6f7b93d0d 100644
--- a/src/components/routes/All.vue
+++ b/src/components/routes/All.vue
@@ -1,9 +1,7 @@
<template>
- <ContentTemplate
- :items="allItems"
+ <ContentTemplate :items="allItems"
:fetch-key="'all'"
- @load-more="fetchMore()"
- >
+ @load-more="fetchMore()">
<template #header>
{{ t('news', 'All Articles') }}
</template>