Skip to content

Commit f5742d3

Browse files
author
yuangongji
authored
docs: extra parameter description. (jbaysolutions#524)
* Supplementary parameter description * Modify English guide.
1 parent 7adf0bd commit f5742d3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README-zh_CN.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Also check https://cli.vuejs.org/guide/build-targets.html#library
277277
* required: `false`
278278
* default: { lg: 1200, md: 996, sm: 768, xs: 480, xxs: 0 }
279279

280-
为响应式布局设置断点。
280+
为响应式布局设置断点,其中参数代表不同设备的宽度:lg(large),md(medium),sm(small),xs(extra small)
281281

282282
* **cols**
283283

@@ -295,6 +295,13 @@ Also check https://cli.vuejs.org/guide/build-targets.html#library
295295

296296
标识是否使用动态鼠标指针样式。当拖动出现卡顿时,将此值设为 `false`也许可以缓解布局问题。
297297

298+
* **preventCollision**
299+
300+
* type: `Boolean`
301+
* default: `false`
302+
303+
值设置为ture时,栅格只能拖动至空白处。
304+
298305
##### GridItem
299306

300307
* **i**

website/docs/guide/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ See also [responsiveLayouts](#responsivelayouts), [breakpoints](#breakpoints) an
133133
* required: `false`
134134
* default: { lg: 1200, md: 996, sm: 768, xs: 480, xxs: 0 }
135135

136-
Breakpoints defined for responsive layout. Sets widths on wich column number changes
136+
Breakpoints defined for responsive layout,the parameter represents the width of different devices:lg(large), md(medium), sm(small), xs(extra small). Sets widths on wich column number changes
137137

138138
See also [responsiveLayouts](#responsivelayouts) and [cols](#cols)
139139

0 commit comments

Comments
 (0)