@tarojs/plugin-platform-harmony-ets 4.0.7-alpha.0 → 4.0.7-alpha.2

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.
@@ -5109,7 +5109,7 @@ initNativeApi(taro);
5109
5109
  const components = {
5110
5110
  Checkbox: {
5111
5111
  'group-id': '',
5112
- ["c" /* Shortcuts.Childnodes */]: ''
5112
+ cn: ''
5113
5113
  },
5114
5114
  Span: {},
5115
5115
  Tabs: {
@@ -5222,7 +5222,7 @@ const components = {
5222
5222
  lunar: 'false',
5223
5223
  lunarswitch: 'false',
5224
5224
  bindcolumnchange: '',
5225
- ["c" /* Shortcuts.Childnodes */]: ''
5225
+ cn: ''
5226
5226
  }
5227
5227
  };
5228
5228
 
@@ -5362,7 +5362,7 @@ const hostConfig = {
5362
5362
  // 调用 OnDestroy
5363
5363
  originOnDestroy.call(this);
5364
5364
  };
5365
- config.data = { root: { ["c" /* Shortcuts.Childnodes */]: [] } };
5365
+ config.data = { root: { cn: [] } };
5366
5366
  },
5367
5367
  isBubbleEvents(eventName) {
5368
5368
  return BUBBLE_EVENTS.has(eventName);