Spaces:
Running
Running
File size: 375 Bytes
e841ba5 |
1 2 3 4 5 6 7 8 9 10 |
# Fragment 片段
分段组件,该组件本身不会参与页面布局,它的主要作用是组合多个子组件,并将它们共同包装为`modelscope_studio`组件。
> 部分组件的插槽仅支持从`modelscope_studio`中导出的组件,如果您需要插入其他组件,就需要使用`Fragment`组件进行包裹。
## 示例
<demo name="basic"></demo>
|