Example
The index is created by specifying the element of the index to be created in the selector
attribute.
It is for <h2>
or later and must start with <h2>
.
vue
<template>
<Toc selector="#content" />
</template>
Collapse
vue
<template>
<CollapseToc selector="#content" />
</template>