You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/07/12 08:05:34 UTC

[GitHub] [incubator-weex] tonlion opened a new issue #2698: [Android]loading-indicator's error when set animating true

tonlion opened a new issue #2698: [Android]loading-indicator's error when set animating true
URL: https://github.com/apache/incubator-weex/issues/2698
 
 
   here is code.
   ```
   <template>
       <div>
         <loading-indicator class="indicator" :animating="animating"></loading-indicator>
       </div>
   </template>
   
   <script>
     export default {
       data () {
         return {
           animating: true
         }
       }
     }
   </script>
   
   <style scoped>
     .indicator {
       margin-top: 16px;
       height: 50px;
       width: 50px;
       color: black;
     }
   </style>
   ```
   the animating's default value must be true, when set true,arrow always show. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services