chore(): update stencil (#16460)

This commit is contained in:
Manu MA
2018-11-26 22:19:48 +01:00
committed by GitHub
parent 12bcb415ee
commit d09e55500c
26 changed files with 331 additions and 233 deletions

View File

@@ -17,6 +17,7 @@ function apiSpecGenerator(opts) {
function generateComponent(component, content) {
content.push('');
content.push(component.tag);
component.props.forEach(prop => {
content.push(`${component.tag},prop,${prop.name},${prop.type},${prop.default},${prop.required}`);