Skip to content

Commit

Permalink
docs(VOtpInput): fix closing tag in usage example (#17953)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanWi committed Aug 7, 2023
1 parent 460c3aa commit 05d1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/examples/v-otp-input/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
})
const code = computed(() => {
return `<v-otp-input${propsToString(props.value)}>${slots.value}</v-stepper>`
return `<v-otp-input${propsToString(props.value)}>${slots.value}</v-otp-input>`
})
</script>

0 comments on commit 05d1ab3

Please sign in to comment.