mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
6 lines
157 B
Vue
6 lines
157 B
Vue
|
<template>
|
||
|
<h1 class="font-normal font-serif text-display-5 xs:text-display-4 md:text-display-3 2xl:text-display-2 my-4">
|
||
|
<slot />
|
||
|
</h1>
|
||
|
</template>
|