mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-29 17:58:08 +08:00
fix(components): [segmented] no option to not render (#18509)
This commit is contained in:
parent
247d29cf9a
commit
2a9c6dacdc
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
v-if="options.length"
|
||||
:id="inputId"
|
||||
ref="segmentedRef"
|
||||
:class="segmentedCls"
|
||||
|
Loading…
Reference in New Issue
Block a user