fix: 이미지 경로에 빈칸이 있는 경우

This commit is contained in:
2024-12-20 15:50:38 +00:00
parent 7b5613d032
commit b472440ec1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<div
class="general-icon"
:style="{
backgroundImage: `url(${iconPath})`,
backgroundImage: `url('${iconPath}')`,
}"
></div>