Fix un-committed duplicate created() function

- Was done locally, but failed to commit and push.
This commit is contained in:
Xevion
2022-05-22 20:38:52 -05:00
parent 6d9a8648da
commit e970e540e3

View File

@@ -65,9 +65,6 @@ export default {
]; ];
}, },
}, },
created() {
this.fetchCharacter();
},
watch: { watch: {
$route() { $route() {
this.$nextTick(() => { this.$nextTick(() => {