refactor: refactor coding style

This commit is contained in:
Hakadao
2023-08-15 22:13:00 +08:00
parent 2d63d17da8
commit e76369e8d2
2 changed files with 12 additions and 8 deletions

View File

@@ -175,7 +175,7 @@ function jumpToLoginPage() {
</template>
<!-- skeleton -->
<template v-for="item in (settings.recommendationMode === 'web' ? 30 : 30)" :key="item">
<template v-for="item in 30" :key="item">
<div
v-if="isLoading"
mb-8 pointer-events-none select-none