summaryrefslogtreecommitdiffstats
path: root/src/components/Explore.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Explore.vue')
-rw-r--r--src/components/Explore.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Explore.vue b/src/components/Explore.vue
index 81ce3c060..691498fd3 100644
--- a/src/components/Explore.vue
+++ b/src/components/Explore.vue
@@ -56,8 +56,8 @@ const ExploreComponent = Vue.extend({
showAddFeed,
}
},
- created() {
- this.sites()
+ async created() {
+ await this.sites()
},
methods: {