【发布时间】:2022-07-18 22:51:37
【问题描述】:
我正在尝试使用 Remix 构建博客并以 MDX 格式发布我的帖子,如何在我的 MDX 中呈现 JSX 组件 例如:
import LoginButton from '../../components/LoginButton.jsx'
# JSX Component rendered below
<LoginButton/>
【问题讨论】:
我正在尝试使用 Remix 构建博客并以 MDX 格式发布我的帖子,如何在我的 MDX 中呈现 JSX 组件 例如:
import LoginButton from '../../components/LoginButton.jsx'
# JSX Component rendered below
<LoginButton/>
【问题讨论】:
【讨论】: