fix. 코드 정리 (format 적용, 불필요한 파일 제거)
This commit is contained in:
@@ -44,7 +44,7 @@ const imagePaths = computed(() => {
|
||||
<source media="(min-width: 1024px)" :srcset="imagePaths.pc" />
|
||||
<source media="(max-width: 1023px)" :srcset="imagePaths.mo" />
|
||||
<img
|
||||
:src="imagePaths.pc"
|
||||
:src="imagePaths.mo"
|
||||
:alt="alt"
|
||||
v-bind="$attrs"
|
||||
:loading="priority === 'high' ? 'eager' : 'lazy'"
|
||||
|
||||
Reference in New Issue
Block a user