StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
686 B
686 B
无序滑块
默认状态下,滑块都是有序的。
通过设置 order = false
,可以使得滑块变得无序。当你需要区分多个滑块的作用时,这将非常有用。
::: warning
当 order
的值为 false
时,参数 <minRange
|maxRange
|enableCross
|fixed
>无效
:::
一般使用
相互独立的滑块
::: tip
v-slot:
(字符 #
)仅在 vue
版本 2.6.0 以上才能使用,否则请使用 slot
和 slot-scope
。
详情可参阅 官方文档 :::
::: example order :::