Use axios to render pictures in react

<dl>
       <dt><img :src="{item.img}" alt=""></dt>
       <dd>
          <li>:{item.name}</li>
          <li>:{item.price}</li>
          <li>:{item.address}</li>
      </dd>
</dl>
Feb.24,2022

react is direct src= {item.img}


you are using vue to bind pictures. React should use this:

<img src={item.img} alt="">

upstairs, that's how you write Vue.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a7ef-4d8b8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a7ef-4d8b8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?