mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Fix the fix
This commit is contained in:
parent
2997c985d2
commit
38b5d16467
|
|
@ -23,6 +23,7 @@ module.exports = {
|
|||
'vue/html-self-closing': ['warn', { html: { void: 'always' } }],
|
||||
'vue/no-deprecated-filter': 'off',
|
||||
'vue/require-toggle-inside-transition': 'off',
|
||||
'vue/no-deprecated-destroyed-lifecycle': 'off',
|
||||
},
|
||||
'globals': {
|
||||
'__dirname': 'readonly',
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@ export default {
|
|||
this.startUpdatingNow();
|
||||
this.startUpdatingData();
|
||||
},
|
||||
beforeUnmount() {
|
||||
beforeDestroy() {
|
||||
this.stopUpdatingNow();
|
||||
this.stopUpdatingData();
|
||||
this.shutdown();
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ export default {
|
|||
mounted() {
|
||||
opened(this);
|
||||
},
|
||||
beforeUnmount() {
|
||||
beforeDestroy() {
|
||||
closed(this);
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user