获取外部元素 (LIST) 以呈现 div 以外的任何内容

get the outer element (LIST) to render anything other than a div

是否有可能让 List(或来自 RV 的任何其他组件)像 UL>LI 列表一样呈现自己,或者特别像 React Bootstraps ListGroup

目前我看不到让外部元素 (LIST) 呈现除 DIV 以外的任何内容的选项。

所以我的用例实际上是每一行都应该是一个 ListGroupItem(例如应用了 BS 类 的 li)并且容器应该是一个 ListGroup 组件。

简答:否。不支持。

更长的答案:List(如 Table)在内部使用 Grid。为了使窗口工作,Grid 需要 2 个包装元素围绕其单元格。 (查看来源 here. I also made a presentation slide about how it works, if you're interested, here。)列表(olul)只有 1 个包装元素。