Coloring's picture
fix: 0.x => 1.0
e841ba5
|
raw
history blame
375 Bytes

Fragment 片段

分段组件,该组件本身不会参与页面布局,它的主要作用是组合多个子组件,并将它们共同包装为modelscope_studio组件。

部分组件的插槽仅支持从modelscope_studio中导出的组件,如果您需要插入其他组件,就需要使用Fragment组件进行包裹。

示例