Appearance
Display a section that can be formatted using columns.
<template> <e-section> <e-text>Hello world</e-text> </e-section> </template> <script setup> import { ESection, EText } from 'vue-email'; </script>