Example
selector
属性で、作成したい索引の要素を指定すると、索引が作成されます。
<h2>
以降が対象で、<h2>
から始める必要があります。
vue
<template>
<Toc selector="#bd-content" />
</template>
Colors
カラーの指定には Color management の全てが利用できます。
vue
<template>
<Toc
selector="#bd-content"
color="danger"
/>
<Toc
selector="#bd-content"
color="pink-700"
/>
</template>