mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
This commit is contained in:
parent
9c6a0cb523
commit
459a8ff3b9
|
@ -180,7 +180,7 @@ fun initDefaultTypeInfo(webField: Boolean = false): DefaultTypeInfo {
|
||||||
contextType.props = arrayOf(
|
contextType.props = arrayOf(
|
||||||
*nodeType.props,
|
*nodeType.props,
|
||||||
PropInfo("prev", contextType),
|
PropInfo("prev", contextType),
|
||||||
PropInfo("current", contextType),
|
PropInfo("current", nodeType),
|
||||||
)
|
)
|
||||||
globalType.methods = arrayOf(
|
globalType.methods = arrayOf(
|
||||||
*contextType.methods,
|
*contextType.methods,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user