From 9f791fc1e19b5a455ba006b42c2a1717a44dbcc4 Mon Sep 17 00:00:00 2001 From: lgf <18827634408@163.com> Date: Mon, 23 Aug 2021 10:10:12 +0800 Subject: [PATCH] update document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 455484c..4fdbc99 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ export interface videoAttributes { export interface videoparameter extends Partial { style?: React.CSSProperties; /** - * @description 组件的配置项 + * @description Component configuration items */ option: videoOption; className?: string;