File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 <h1 class =" title" >{{challenge.title}}</h1 >
1010 <h3 class =" date" >{{new Date(challenge.date).toLocaleString().split(',')[0]}}</h3 >
1111 </div >
12- <p class =" desc" >{{ challenge.description}} </p >
12+ <p class =" desc" v-html = " challenge.description" > </p >
1313
1414 <ul v-if =" challenge.rules" >
1515 <li v-for =" i in challenge.rules" :key =" i" >
196196
197197 for (const i in data .challenges ){
198198 const {user } = await this .api (' users/' + data .challenges [i].winner .id )
199- console .log (user)
199+ console .log (user)
200200 data .challenges [i].user = user
201201 }
202202
203203
204204 if (data .success ) Vue .set (
205205 this ,
206206 ' challenges' ,
207- [... data .challenges , ... data . challenges ]
207+ [... data .challenges ]
208208 )
209209 }
210210 }
You can’t perform that action at this time.
0 commit comments