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.
28 lines
525 B
28 lines
525 B
# 使用插槽
|
|
|
|
::: tip
|
|
例子中使用的 `v-slot:` 或符号 `#` 都是基于 vue 版本 2.6.0 以上的,低版本可以使用 `slot` 和 `slot-scoped` 代替,具体请看官方文档
|
|
:::
|
|
|
|
### 滑块插槽
|
|
|
|
<example :value="example1"></example>
|
|
|
|
### 工具提示插槽
|
|
|
|
<example :value="example2"></example>
|
|
|
|
### 标签插槽
|
|
|
|
<example :value="example3"></example>
|
|
|
|
### 标记插槽
|
|
|
|
<example :value="example4"></example>
|
|
|
|
### 进度条插槽
|
|
|
|
<example :value="example5"></example>
|
|
|
|
::: example components-slots :::
|
|
|
|
|