diff --git a/components/Card.vue b/components/Card.vue index 122e16b..e034494 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -28,12 +28,6 @@ export default { }, mounted() {}, watch: {}, - // category() { - // return this.categories.find( - // category => - // category.title.toLowerCase() === this.categoryRouteTitle.toLowerCase() - // ); - // } }