Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit c32f912

Browse files
committed
fix: use ui.content instead of ui.description
fix #178
1 parent c24ccd3 commit c32f912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Stepper/Stepper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ defineExpose({
147147
</RStepperItem>
148148
</div>
149149

150-
<div v-if="currentStep?.content || !!slots.content || currentStep?.slot" :class="ui.content({ class: props.ui?.description })">
150+
<div v-if="currentStep?.content || !!slots.content || currentStep?.slot" :class="ui.content({ class: props.ui?.content })">
151151
<slot
152152
:name="((currentStep?.slot || 'content') as keyof StepperSlots<T>)"
153153
:item="(currentStep as Extract<T, { slot: string }>)"

0 commit comments

Comments
 (0)