mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-06 01:16:34 -06:00
Fix un-committed duplicate created() function
- Was done locally, but failed to commit and push.
This commit is contained in:
@@ -65,9 +65,6 @@ export default {
|
||||
];
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.fetchCharacter();
|
||||
},
|
||||
watch: {
|
||||
$route() {
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user