8000 build: update API generator · digital-codes/coreui-vue@78c735d · GitHub
[go: up one dir, main page]

Skip to content

Commit 78c735d

Browse files
committed
build: update API generator
1 parent ea9d4cb commit 78c735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/build/templates/props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const renderTags = (tags) => {
1111
}
1212
return Object.entries(tags)
1313
.map(([tag, values]) => {
14-
return tag !== 'since' && values.map(v => `<br/>\`@${tag}\` ${isTag(v) ? v.content : v.description}`).join('');
14+
return tag !== 'since' ? values.map(v => `<br/>\`@${tag}\` ${isTag(v) ? v.content : v.description}`).join(''): '';
1515
})
1616
.join('');
1717
};

0 commit comments

Comments
 (0)
0