fix. 코드 정리 (format 적용, 불필요한 파일 제거)
This commit is contained in:
@@ -52,7 +52,7 @@ const mainOptions = computed<Options>(() => ({
|
||||
pagination: false,
|
||||
drag: props.drag,
|
||||
updateOnMove: true,
|
||||
lazyLoad: 'nearby', // 성능 최적화: 이미지 지연 로딩
|
||||
lazyLoad: 'nearby',
|
||||
}))
|
||||
|
||||
const thumbOptions = computed<Options>(() => ({
|
||||
|
||||
Reference in New Issue
Block a user