Tencent / hel

A module federation SDK which is unrelated to tool chain for module consumer. 工具链无关的运行时模块联邦sdk.
https://tencent.github.io/hel/
Other
967 stars 85 forks source link

useRemoteComp 如何指定组件版本 #53

Closed starsoul666 closed 1 year ago

starsoul666 commented 1 year ago

const Com = useRemoteComp('rrc-button');

怎么指定rrc-button组件的版本,有没有相关的文档

fantasticsoul commented 1 year ago

有类型提示的, useRemoteComp('xxx', { versionId: 'xxx' })

starsoul666 commented 1 year ago

找到方法了