fix(Checkbox): bind data-n-ids to root element (#1495)

This commit is contained in:
Romain Hamel
2024-03-09 15:58:54 +01:00
committed by GitHub
parent 80cc59375f
commit a2b8b700df
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div :class="ui.wrapper">
<div :class="ui.wrapper" :data-n-ids="attrs['data-n-ids']">
<div :class="ui.container">
<input
:id="inputId"