@cloudbase/framework-plugin-low-code 0.6.60 → 0.6.61

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/framework-plugin-low-code",
3
- "version": "0.6.60",
3
+ "version": "0.6.61",
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",
@@ -51,7 +51,7 @@ export function createEventHandlers(evtListeners, context) {
51
51
  detail: res
52
52
  })
53
53
  } catch (e) {
54
- let eventName = l.key ? `${l.key}_fail` : ''
54
+ let eventName = l.key ? `${prefix}$${l.key}_fail` : ''
55
55
  if(self[eventName]){
56
56
  await self[eventName]({
57
57
  ...event,
@@ -314,7 +314,7 @@ export const CompRenderer = observer(function (props) {
314
314
  generateSlotMetaMap(
315
315
  componentSchema,
316
316
  {
317
- ...context,
317
+ ..._context,
318
318
  virtualFields,
319
319
  updateContext,
320
320
  },