fixed loading icon on list detail page
This commit is contained in:
parent
a044d80c62
commit
664387f7e2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<LoadingIcon v-if="loading" />
|
<LoadingIcon v-if="loading" />
|
||||||
<div v-if="list_id !== 0" class="p-5 sm:p-0">
|
<div v-else class="p-5 sm:p-0">
|
||||||
<Modal ref="movie_modal">
|
<Modal ref="movie_modal">
|
||||||
<ShowMovie
|
<ShowMovie
|
||||||
v-if="modal_movie"
|
v-if="modal_movie"
|
||||||
|
|
Loading…
Add table
Reference in a new issue