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/09/11 02:41:45 UTC

[GitHub] [incubator-weex] Jackhu9018 opened a new issue #2893: [Android] The cell/cell-slot in the list/recycle-list component of weex cannot be used with vue :is dynamic component usage, not in the list component is normal

Jackhu9018 opened a new issue #2893: [Android]  The cell/cell-slot in the list/recycle-list component of weex cannot be used with vue :is dynamic component usage, not in the list component is normal
URL: https://github.com/apache/incubator-weex/issues/2893
 
 
   <!--
   Thanks for using Weex. Github Issue is only used for bur report and please follow the template to report the bug. 
   A good bug report should include the following information:
   -->
   
   <!-- Requirements: please go through this checklist before opening a new issue
     - * Review the documentation: https://weex.apache.org/index.html
     - * Search for existing issues: https://github.com/apache/incubator-weex/issues
     - * Use the latest Weex release: https://github.com/apache/incubator-weex/releases -->
   
   
   ### The cell/cell-slot in the list/recycle-list component of weex cannot be used with vue :is dynamic component usage
   
   The cell/cell-slot in the list/recycle-list component of weex cannot be used with vue :is dynamic component usage, not in the list component is normal
   
   
   ## Environment
   android 
   
   ## demo
   ```xml
   <template>
       <list >
           <cell  v-for="(rowdata, i) in handleDataSet" :key="i"  >
               <div class="panel" >
                   <text class="text">test{{rowdata.rowData.name}}</text>
               <lm-list-row-test
                               :list_data="rowdata">
               </lm-list-row-test>
                   <component
                   :is="lm-list-row-test"
                   :list_data="rowdata">
                   </component>
               </div>
           </cell>
       </list>
   </template>
   ```
   When i use <lm-list-row-test>, it was useful ,but when it change to <component :is="lm-list-row-test"> , it can't work well ,  i hope someone can explain this situation
   ### emergency !!!!
   <!-- Add any other context about the problem here.-->
   

----------------------------------------------------------------
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