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: [email protected] With regards, Apache Git Services
