mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 06:08:46 -05:00
changed to vue 2 lifecycle hook
This commit is contained in:
@@ -221,7 +221,7 @@ export default {
|
|||||||
this.$i18n.locale = window.CUSTOM_LOCALE
|
this.$i18n.locale = window.CUSTOM_LOCALE
|
||||||
this.requestWakeLock()
|
this.requestWakeLock()
|
||||||
},
|
},
|
||||||
beforeUnmount() {
|
beforeDestroy() {
|
||||||
this.destroyWakeLock()
|
this.destroyWakeLock()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user