未验证 提交 05a0c5b1 编写于 作者: O openharmony_ci 提交者: Gitee

!1690 【驱动】修改配置管理中属性引用的示例

Merge pull request !1690 from liyan/master
......@@ -347,8 +347,17 @@ root {
node1 {
attributes;
}
node2 {
attr_1 = &root.node1;
}
```
```
node2 {
node1 {
attributes;
}
attr_1 = &node1;
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册