@carbon/vue 3.0.15 → 3.0.16

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.
@@ -2490,11 +2490,11 @@ var _hoisted_2 = ["for"];
2490
2490
  var hasFocus = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)(false);
2491
2491
 
2492
2492
  function onFocus() {
2493
- hasFocus = true;
2493
+ hasFocus.value = true;
2494
2494
  }
2495
2495
 
2496
2496
  function onBlur() {
2497
- hasFocus = false;
2497
+ hasFocus.value = false;
2498
2498
  }
2499
2499
 
2500
2500
  var cvId = (0,use_cvId/* useCvId */.l)(props);