PageBodyA wrapper around your pages content.UsageUse the PageBody component in the default slot of a Page.This wrapper will add some spacing to your content.<template> <Page> <PageBody> // page content </PageBody> </Page> </template> Copy to clipboard Edit this page on GitHub ComponentsPage