mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 16:39:56 +00:00
新增NodeContianer组件
Signed-off-by: wangchensu <wangchensu@huawei.com> Change-Id: I77ba99d19f886a36effe990d816a3a71a2769a33
This commit is contained in:
parent
1d4afab03b
commit
8553a199c9
5
compiler/components/nodeContainer.json
Normal file
5
compiler/components/nodeContainer.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "NodeContainer",
|
||||
"atomic": true,
|
||||
"attrs": []
|
||||
}
|
@ -138,6 +138,7 @@
|
||||
"NavRouter",
|
||||
"Navigation",
|
||||
"Navigator",
|
||||
"NodeContainer",
|
||||
"Option",
|
||||
"PageTransitionEnter",
|
||||
"PageTransitionExit",
|
||||
@ -439,6 +440,11 @@
|
||||
"type": "NavigatorAttribute",
|
||||
"instance": "NavigatorInstance"
|
||||
},
|
||||
{
|
||||
"name": "NodeContainer",
|
||||
"type": "NodeContainerAttribute",
|
||||
"instance": "NodeContainerInstance"
|
||||
},
|
||||
{
|
||||
"name": "Option",
|
||||
"type": "OptionAttribute",
|
||||
|
Loading…
Reference in New Issue
Block a user