@@ -8,22 +8,22 @@ const withBase = useWithBase()
8
8
const ticketCards = {
9
9
ippan: {
10
10
title: t (' ticket.card.ippan.title' ),
11
- imgSrc: ' /ticket/ippan.png' ,
11
+ imgSrc: withBase ( ' /ticket/ippan.png' ) ,
12
12
imgAlt: t (' ticket.card.ippan.imgAlt' ),
13
13
},
14
14
ippanParty: {
15
15
title: t (' ticket.card.ippanParty.title' ),
16
- imgSrc: ' /ticket/ippan-party.png' ,
16
+ imgSrc: withBase ( ' /ticket/ippan-party.png' ) ,
17
17
imgAlt: t (' ticket.card.ippanParty.imgAlt' ),
18
18
},
19
19
handsOn: {
20
20
title: t (' ticket.card.handsOn.title' ),
21
- imgSrc: ' /ticket/hands-on.png' ,
21
+ imgSrc: withBase ( ' /ticket/hands-on.png' ) ,
22
22
imgAlt: t (' ticket.card.handsOn.imgAlt' ),
23
23
},
24
24
individualSponsor: {
25
25
title: t (' ticket.card.individualSponsor.title' ),
26
- imgSrc: ' /ticket/individual-sponsor.png' ,
26
+ imgSrc: withBase ( ' /ticket/individual-sponsor.png' ) ,
27
27
imgAlt: t (' ticket.card.individualSponsor.imgAlt' ),
28
28
},
29
29
}
@@ -58,7 +58,7 @@ const ticketCards = {
58
58
<div class =" ticket-cards-container" >
59
59
<VFTicketCard
60
60
:title =" ticketCards.ippan.title"
61
- :img-src =" withBase( ticketCards.ippan.imgSrc) "
61
+ :img-src =" ticketCards.ippan.imgSrc"
62
62
:img-alt =" ticketCards.ippan.imgAlt"
63
63
:is-close =" endedApplyNormal"
64
64
>
0 commit comments