Skip to content

Commit 8c56db6

Browse files
authored
feat: add abstract property to the core property of the component (#1716)
1 parent c90f597 commit 8c56db6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/create-instance/create-component-stubs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ function getCoreProperties(componentOptions: Component): Object {
5656
style: componentOptions.style,
5757
normalizedStyle: componentOptions.normalizedStyle,
5858
nativeOn: componentOptions.nativeOn,
59-
functional: componentOptions.functional
59+
functional: componentOptions.functional,
60+
abstract: componentOptions.abstract
6061
}
6162
}
6263

0 commit comments

Comments
 (0)