@carbon/vue 3.0.16 → 3.0.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.
@@ -3703,7 +3703,7 @@ var _hoisted_8 = ["onClick", "onMousemove"];
3703
3703
  }
3704
3704
  }
3705
3705
 
3706
- highlighted.value = dataOptions[newHighlight].value;
3706
+ highlighted.value = dataOptions.value[newHighlight].value;
3707
3707
  }
3708
3708
  }
3709
3709