@osui/markdown
v3.1.4
Published
## 安装说明
Downloads
84
Readme
@osui/markdown
安装说明
方式一
单包使用
yarn install @osui/markdown
import Markdown from '@osui/markdown'
方式二
从 @osui/markdown
统一引入
yarn install @osui/markdown
import {Markdown} from '@osui/markdown';