一个列出预设中所有可用插件的组件,并支持启用或禁用插件。
| 属性 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
config |
UIConfig |
❌ | createDefaultConfig() |
配置 |
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
meeting |
Meeting |
✅ | - | Meeting 对象 |
size |
Size |
✅ | - | 尺寸 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
<rtk-plugins></rtk-plugins><rtk-plugins
size="md">
</rtk-plugins><script>
const el = document.querySelector("rtk-plugins");
el.meeting= meeting
</script>