feat:主页主体框架
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div class="section-title">
|
||||
<h2><slot /></h2>
|
||||
<p v-if="$slots.subtitle"><slot name="subtitle" /></p>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user