mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update stencil (#16460)
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user