시리즈 상세페이지 추가

This commit is contained in:
Yu Sung
2024-04-23 18:49:40 +09:00
parent 1082c9334f
commit d9aaca3827
4 changed files with 156 additions and 19 deletions

View File

@@ -617,20 +617,6 @@
</v-card-actions>
</v-card>
</v-dialog>
<v-dialog
v-model="is_loading"
max-width="400px"
persistent
>
<v-card>
<v-card-text>
<v-progress-circular
indeterminate
/>
</v-card-text>
</v-card>
</v-dialog>
</div>
</template>