@cloudbase/framework-plugin-low-code 0.6.16 → 0.6.17

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.
@@ -148,7 +148,7 @@ function _generateDynamicDataset(dataset) {
148
148
  }
149
149
  else {
150
150
  let jsExp = util_1.generateDataBind(bind);
151
- processed[paramKey] = `${config_1.REPLACE_SIGN}(app, $page) => (${jsExp})${config_1.REPLACE_SIGN}`;
151
+ processed[paramKey] = `${config_1.REPLACE_SIGN}(app, $page) => (\n${jsExp}\n)${config_1.REPLACE_SIGN}`;
152
152
  }
153
153
  }
154
154
  config.initMethod.params = processed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/framework-plugin-low-code",
3
- "version": "0.6.16",
3
+ "version": "0.6.17",
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",