我应该如何理解 vuejs 模板 <Menu as="<div"

How should I understand in a vuejs template <Menu as="<div"

我对与 tailwind 一起使用的 Vuejs 比较陌生。 有一些标记我无法理解,例如

<Menu as="<div>"

我想这个标签可能被认为是一个标签,但如果是这样,为什么要使用这个? 我无法在任何地方找到解释。 谢谢你的帮助

根据headlessUI框架中的component api应该是as="div":

The element or component the Menu should render as.

表示Menu

占用的根渲染元素