@cloudbase/lowcode-builder 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/builder/mp/wxml.js +1 -1
- package/package.json +1 -1
package/lib/builder/mp/wxml.js
CHANGED
|
@@ -107,7 +107,7 @@ function generateWxml(widgets, docTag, wxmlDataPrefix, ctx, usingComponents, com
|
|
|
107
107
|
}
|
|
108
108
|
const attrPrefix = `${wxmlDataPrefix.widgetProp}${id}${curForNodes
|
|
109
109
|
.map((forNodeId) => `[${wxmlDataPrefix.forIndex}${forNodeId}]`)
|
|
110
|
-
.join('')}
|
|
110
|
+
.join('')}`;
|
|
111
111
|
const idAttr = curForNodes.length < 1
|
|
112
112
|
? id
|
|
113
113
|
: `{{'${id}'${curForNodes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/lowcode-builder",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
|
|
5
5
|
"author": "yhsunshining@gmail.com",
|
|
6
6
|
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
|