From e46925718dc5f77fa58ebaafba1e52cb6b0324c6 Mon Sep 17 00:00:00 2001
From: Michel Roux
+
+
+
+
diff --git a/src/components/Top.vue b/src/components/Top.vue
index 2683be1..20a8c2c 100644
--- a/src/components/Top.vue
+++ b/src/components/Top.vue
@@ -37,8 +37,6 @@ export default {
showMore: true,
}
},
- computed: {
- },
async mounted() {
await this.fetch(10)
},
diff --git a/src/views/Discover.vue b/src/views/Discover.vue
index 1e8ac64..edd09cf 100644
--- a/src/views/Discover.vue
+++ b/src/views/Discover.vue
@@ -6,29 +6,22 @@