You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For value item {id: 1, name: 'Hello World}, I expect it will render <li class='list-group-item' data-id='1'><span class='id'>1</span><span class='name'>Hello World</span></li>, but it renders <li class='list-group-item' data-id><span class='id'>1</span><span class='name'> where data-id is empty.
The text was updated successfully, but these errors were encountered:
For value item
{id: 1, name: 'Hello World}
, I expect it will render<li class='list-group-item' data-id='1'><span class='id'>1</span><span class='name'>Hello World</span></li>
, but it renders<li class='list-group-item' data-id><span class='id'>1</span><span class='name'>
where data-id is empty.The text was updated successfully, but these errors were encountered: