fix: 이미지 경로에 빈칸이 있는 경우
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div
|
||||
class="general-icon"
|
||||
:style="{
|
||||
backgroundImage: `url(${iconPath})`,
|
||||
backgroundImage: `url('${iconPath}')`,
|
||||
}"
|
||||
></div>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
<div
|
||||
class="general-crew-type-icon"
|
||||
:style="{
|
||||
backgroundImage: `url(${imagePath}/crewtype${general.crewtype}.png)`,
|
||||
backgroundImage: `url('${imagePath}/crewtype${general.crewtype}.png')`,
|
||||
}"
|
||||
></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user