Skip to content

Commit

Permalink
refactor(components): miscellaneous updates to loading
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Jun 4, 2024
1 parent b8727dd commit 2fc5702
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Spinner/PdapSpinner.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="pdap-spinner">
<Transition :appear="true">
<Transition appear>
<svg
v-if="show"
:width="size"
Expand Down Expand Up @@ -36,7 +36,6 @@
import { Transition } from 'vue';
import { PdapSpinnerProps } from './types';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
withDefaults(defineProps<PdapSpinnerProps>(), {
color: 'currentColor',
size: 24,
Expand Down

0 comments on commit 2fc5702

Please sign in to comment.