all
This commit is contained in:
@@ -23,9 +23,11 @@ const _sfc_main = defineComponent({
|
||||
emits("onChange", index2 - 1);
|
||||
};
|
||||
watch(steps, () => {
|
||||
steps.value.forEach((instance, index2) => {
|
||||
instance.setIndex(index2);
|
||||
});
|
||||
steps.value.forEach(
|
||||
(instance, index2) => {
|
||||
instance.setIndex(index2);
|
||||
}
|
||||
);
|
||||
});
|
||||
provide("LayStep", {
|
||||
props,
|
||||
|
||||
Reference in New Issue
Block a user