aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-25 13:44:50 +0300
committerHenry Jameson <me@hjkos.com>2021-04-25 13:44:50 +0300
commitcaed89f0ae64217602a2832bbf2b5df9b66c0999 (patch)
tree328c9dc4efa1598ae7aeb5aaf5cae74d57edc51a /src/components/user_profile/user_profile.js
parent72956e23436b5fb352652b25707a51be3a823b3d (diff)
destroyed -> unmounted
Diffstat (limited to 'src/components/user_profile/user_profile.js')
-rw-r--r--src/components/user_profile/user_profile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index c5ccf747..8aa67765 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -46,7 +46,7 @@ const UserProfile = {
this.load(routeParams.name || routeParams.id)
this.tab = get(this.$route, 'query.tab', defaultTabKey)
},
- destroyed () {
+ unmounted () {
this.stopFetching()
},
computed: {