Vue.js component that automatically generates a table of contents.
$ npm install vue-toc
Register the component
import Vue from 'vue'
import VueToc from 'vue-toc'
Vue.component('vue-toc', VueToc)
key | description | default | val |
---|---|---|---|
target |
Specify the location of the heading | none |
String |
h2Class |
Specify css class in table of contents(h2) | toc-2 |
String |
h3Class |
Specify css class in table of contents(h3) | toc-3 |
String |
※Please be sure to attach an ID to the h2 and h3 tags for in-page links