From ced9c0fa7ef18d81d68a6833299c89582e0e749e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sat, 24 Apr 2021 17:56:00 +0300 Subject: some bare minimum to get vue3 boot (no UI yet) --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.js') 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: { -- cgit v1.2.3-70-g09d2