mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-04 03:39:25 +00:00
Merge pull request #576 from jellyfin/fix-nuxt-loading-undefined
fix: this.$nuxt.$loading.finish() is not a function
This commit is contained in:
commit
9c40d81265
@ -161,7 +161,9 @@ export default Vue.extend({
|
||||
break;
|
||||
}
|
||||
|
||||
this.$nuxt.$loading.finish();
|
||||
this.$nextTick(() => {
|
||||
this.$nuxt.$loading.finish();
|
||||
});
|
||||
}
|
||||
},
|
||||
destroyed() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user