fix(components): [segmented] no option to not render (#18509)

This commit is contained in:
btea 2024-10-17 18:47:51 +08:00 committed by GitHub
parent 247d29cf9a
commit 2a9c6dacdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
<template>
<div
v-if="options.length"
:id="inputId"
ref="segmentedRef"
:class="segmentedCls"