fix type errors of MkLoading

This commit is contained in:
Lhcfl 2024-04-04 16:03:22 +08:00
parent 9bfa8dc417
commit 85e42f7c27
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
const props = withDefaults( withDefaults(
defineProps<{ defineProps<{
inline?: boolean; inline?: boolean;
colored?: boolean; colored?: boolean;