UNPKG
propdoc
Version:
latest (0.9.3)
0.9.3
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
quick and easy documentation of Vue.js components
github.com/propellant/doctor
propellant/doctor
propdoc
/
examples
/
src
/
Separate.doc.js
9 lines
(8 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
{ introduction:
'an amazing checkbox'
, description:
` This \`
checkbox\
` is amazing, you should _check_ it out. Except for the fact it's borderline useless in its current state. `
, token:
"<checkbox label='foo'></checkbox>"
}