diff --git a/ace-loader/plugin/templater/rich_component_map.js b/ace-loader/plugin/templater/rich_component_map.js index a18ae0db5a9c3a9d019c154620fcd81b91b7717a..3186d628715f03781879d19440f3552ebbdeb13c 100644 --- a/ace-loader/plugin/templater/rich_component_map.js +++ b/ace-loader/plugin/templater/rich_component_map.js @@ -1544,14 +1544,15 @@ const richNativeTag = { 'xcomponent': { atomic: true, selfClosing: true, - uevents: ['xcomponentinit', 'xcomponentdestroy'], + uevents: ['load', 'destroy'], uattrs: { - name: {}, + id: { + required: true, + }, type: { required: true, }, libraryname: {}, - id: {}, ref: {}, }, },