UNPKG

rollup-plugin-vuedoc

Version:

Rollup plugin to generate markdown documentation from Vue.js component source with @vuedoc/md.

12 lines (11 loc) 165 B
/** * Test component C. */ export default { props: { /** Test explaination M */ propM: String, /** Test explaination N */ propN: Number, }, };