wip
This commit is contained in:
parent
029b92935c
commit
cb0f95ee7d
3 changed files with 1 additions and 10 deletions
|
@ -3,7 +3,6 @@ mixin propTable(props)
|
|||
thead: tr
|
||||
th= i18n('docs.api.props.name')
|
||||
th= i18n('docs.api.props.type')
|
||||
th= i18n('docs.api.props.optional')
|
||||
th= i18n('docs.api.props.description')
|
||||
tbody
|
||||
each prop in props
|
||||
|
@ -29,9 +28,4 @@ mixin propTable(props)
|
|||
| )
|
||||
else if prop.kind == 'date'
|
||||
| (Date)
|
||||
td.optional
|
||||
if prop.optional
|
||||
= i18n('docs.api.props.yes')
|
||||
else
|
||||
= i18n('docs.api.props.no')
|
||||
td.desc!= prop.desc ? prop.desc[lang] || prop.desc['ja'] : null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue