From 2adc11050d7eef61776d4526a5588a0b1590d27a Mon Sep 17 00:00:00 2001 From: xierun <244966652@qq.com> Date: Tue, 15 Mar 2022 08:08:12 +0000 Subject: [PATCH] !130 update docs/component/uniui/uni-grid.md. * update docs/component/uniui/uni-grid.md. --- docs/component/uniui/uni-grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/component/uniui/uni-grid.md b/docs/component/uniui/uni-grid.md index c19177393..e5054065c 100644 --- a/docs/component/uniui/uni-grid.md +++ b/docs/component/uniui/uni-grid.md @@ -72,14 +72,14 @@ ### Grid Events |事件名 |说明 |返回值 | |:-: |:-: |:-: | -|@change|点击 grid 触发 |e={detail:{index:0}},index 为当前点击 gird 下标| +|@change|点击 grid 触发 |e={detail:{index:0}},index 为当前点击 grid下标| ### GridItem Props |属性名|类型 |默认值 |说明 | |:-: |:-: |:-: |:-: | -|index|Number |- |子组件的唯一标识 ,点击gird会返回当前的标识| +|index|Number |- |子组件的唯一标识 ,点击grid会返回当前的标识| ## 组件示例 -- GitLab