Skip to content

Commit

Permalink
feat: add abstract property to the core property of the component (#1716
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ustbhuangyi committed Oct 28, 2020
1 parent c90f597 commit 8c56db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-instance/create-component-stubs.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ function getCoreProperties(componentOptions: Component): Object {
style: componentOptions.style,
normalizedStyle: componentOptions.normalizedStyle,
nativeOn: componentOptions.nativeOn,
functional: componentOptions.functional
functional: componentOptions.functional,
abstract: componentOptions.abstract
}
}

Expand Down

0 comments on commit 8c56db6

Please sign in to comment.