Skip to content

Commit b603f96

Browse files
committed
fix path calculation in vue vanilla child label
1 parent a01cf43 commit b603f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-vanilla/src/util/composition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const useVanillaArrayControl = <I extends { control: any }>(
118118
}
119119
const labelValue = Resolve.data(
120120
input.control.value.data,
121-
composePaths(`${index}`, childLabelProp)
121+
composePaths(`/${index}`, childLabelProp)
122122
);
123123
if (
124124
labelValue === undefined ||

0 commit comments

Comments
 (0)