Skip to content

Commit

Permalink
chore: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
ludchieng committed Jan 24, 2023
1 parent c9405fa commit 82fbe9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LineIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<script lang="ts">
import Vue, { PropType } from 'vue'
import DesignIcon, { DesignIconSize } from '@/components/ui/UiIcon.vue'
import DesignIcon, { UiIconSize } from '@/components/ui/UiIcon.vue'
export type LineIconColor = 'colors' | 'light' | 'dark'
Expand All @@ -26,7 +26,7 @@ export default Vue.extend({
default: false,
},
color: String as PropType<LineIconColor>,
size: String as PropType<DesignIconSize>,
size: String as PropType<UiIconSize>,
},
})
</script>
Expand Down

0 comments on commit 82fbe9c

Please sign in to comment.