Files

7 lines
143 B
Vue
Raw Permalink Normal View History

2026-07-15 09:58:35 +08:00
<template>
<div class="section-title">
<h2><slot /></h2>
<p v-if="$slots.subtitle"><slot name="subtitle" /></p>
</div>
</template>