chore: improve demo

This commit is contained in:
Justineo
2023-12-26 14:54:04 +08:00
parent cb95ece9c6
commit ce3ba29209
4 changed files with 61 additions and 15 deletions

View File

@ -1,10 +1,10 @@
<template>
<h2 :id="id">
<h3 :id="id">
<a :href="`#${id}`">
{{ title }}
<small v-if="desc">{{ desc }}</small>
</a>
</h2>
</h3>
<section>
<figure class="fig hero" v-if="!split">
<slot />