cleaning out old code from card.vue

This commit is contained in:
Erin Rivas
2019-08-13 18:08:24 -05:00
parent 45ecb70beb
commit 5d1e205a19

View File

@@ -28,12 +28,6 @@ export default {
},
mounted() {},
watch: {},
// category() {
// return this.categories.find(
// category =>
// category.title.toLowerCase() === this.categoryRouteTitle.toLowerCase()
// );
// }
}
</script>