使用svg显示加载中提示界面

<div>

  <ul v-if="true">

        <li></li>

       <li></li>

       <li></li>

 </ul>

<ul v-else="false">

     <li>

         <img src="../images/icon.svg">

     </li>

</ul>

猜你喜欢

转载自www.cnblogs.com/licchang/p/12596256.html