Hanks10100 commented on 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#issuecomment-530382565
 
 
   The `:is` property is equal with `v-bind:is` which takes a js variable as 
its value, not the string literal of component name.
   
   Remove the `:` or binding it with a js variable can solve it.
   
   ```html
   <component
     is="lm-list-row-test"
     list_data="rowdata">
   </component>
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to