fix. formatPathHost 파라미터 직관적으로 명칭 수정
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
interface Props {
|
||||
src: string | { pc?: string; mo?: string }
|
||||
alt?: string
|
||||
imageType?: 'common' | 'game'
|
||||
imageType?: 'public' | 'cdn'
|
||||
priority?: 'high' | 'low' | 'auto'
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
alt: 'image',
|
||||
imageType: 'game',
|
||||
imageType: 'cdn',
|
||||
priority: 'auto',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user