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