cleaning out old code from card.vue
This commit is contained in:
@@ -28,12 +28,6 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {},
|
mounted() {},
|
||||||
watch: {},
|
watch: {},
|
||||||
// category() {
|
|
||||||
// return this.categories.find(
|
|
||||||
// category =>
|
|
||||||
// category.title.toLowerCase() === this.categoryRouteTitle.toLowerCase()
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user