aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-24 17:56:00 +0300
committerHenry Jameson <me@hjkos.com>2021-04-24 17:56:00 +0300
commitced9c0fa7ef18d81d68a6833299c89582e0e749e (patch)
tree9e717b5be39aa3d646e0966206f8a038949befa6 /src/App.js
parent8b96ea93776fd1eb462a7c54822d4f8ad6a9e776 (diff)
some bare minimum to get vue3 boot (no UI yet)
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 1ca029b6..f886d7cb 100644
--- a/src/App.js
+++ b/src/App.js
@@ -46,7 +46,7 @@ export default {
this.$store.dispatch('setOption', { name: 'interfaceLanguage', value: val })
window.addEventListener('resize', this.updateMobileState)
},
- destroyed () {
+ unmounted () {
window.removeEventListener('resize', this.updateMobileState)
},
computed: {