From e970e540e398baf63ae430ebbcb239fdada4bf4b Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 22 May 2022 20:38:52 -0500 Subject: [PATCH] Fix un-committed duplicate created() function - Was done locally, but failed to commit and push. --- src/components/Character.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Character.vue b/src/components/Character.vue index efdea50..965f08b 100644 --- a/src/components/Character.vue +++ b/src/components/Character.vue @@ -65,9 +65,6 @@ export default { ]; }, }, - created() { - this.fetchCharacter(); - }, watch: { $route() { this.$nextTick(() => {