Example from the docs https://vuemail.net/components/section :
<Section>
<Row>
<Column>Column 1, Row 1</Column>
<Column>Column 2, Row 1</Column>
</Row>
<Row>
<Column>Column 1, Row 2</Column>
<Column>Column 2, Row 2</Column>
</Row>
</Section>
This will create:
<table>
<table>
...
</table>
<table>
...
</table>
</table>
Sorry I dont have the time to create a reproduction repo