vue-toc

0.0.2 • Public • Published

vue-toc Build Status

Vue.js component that automatically generates a table of contents.

Install

$ npm install vue-toc

Register the component

import Vue from 'vue'
import VueToc from 'vue-toc'
 
Vue.component('vue-toc', VueToc)

Options

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

Package Sidebar

Install

npm i vue-toc

Weekly Downloads

6,723

Version

0.0.2

License

MIT

Unpacked Size

4.06 kB

Total Files

3

Last publish

Collaborators

  • isy0927