fix type errors of MkLoading
This commit is contained in:
parent
9bfa8dc417
commit
85e42f7c27
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const props = withDefaults(
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
inline?: boolean;
|
||||
colored?: boolean;
|
||||
|
|
Loading…
Reference in a new issue