<viewv-for="(tbody, o) in n.children"v-bind:key="o":class="tbody.attrs.class":style="(tbody.attrs.style||'')+(tbody.name[0]=='t'?';display:table-'+(tbody.name=='tr'?'row':'row-group'):'')">
<viewv-for="(tr, p) in tbody.children"v-bind:key="p":class="tr.attrs.class":style="(tr.attrs.style||'')+(tr.name[0]=='t'?';display:table-'+(tr.name=='tr'?'row':'cell'):'')">
<treesv-if="tr.name=='td'":nodes="tr.children"/>
<blockv-else>
<!--#ifdef MP-ALIPAY-->
<viewv-for="(td, q) in tr.children"v-bind:key="q":class="td.attrs.class":style="(td.attrs.style||'')+(td.name[0]=='t'?';display:table-'+(td.name=='tr'?'row':'cell'):'')">
<trees:nodes="td.children"/>
</view>
<!--#endif-->
<!--#ifndef MP-ALIPAY-->
<treesv-for="(td, q) in tr.children"v-bind:key="q":class="td.attrs.class":style="(td.attrs.style||'')+(td.name[0]=='t'?';display:table-'+(td.name=='tr'?'row':'cell'):'')"