提交 9855c71a 编写于 作者: H hdx

fix(x-web:unicloud-db): tagName/nodeName 编译时警告问题

上级 5a660ca8
......@@ -111,6 +111,18 @@
//#endif
//#ifdef WEB
export class UniCloudDBElement extends UniElementImpl {
constructor(data : INodeData, pageNode : PageNode) {
super(data, pageNode);
const TagName = 'UNICLOUD-DB';
Object.defineProperty(this, 'tagName', {
value: TagName,
writable: false
});
Object.defineProperty(this, 'nodeName', {
value: TagName,
writable: false
});
}
//#endif
dataList : Array<UTSJSONObject> = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册