Skip to content

Commit 2b02f89

Browse files
committed
- update readme
1 parent 4c087e8 commit 2b02f89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ Events:
213213

214214
- expand: click event for group element which toggles between visible state of group items - only for ExpandingList
215215

216-
### Tips
216+
## Tips
217217

218-
> :error: Do not use margin directly for styling node items! Height won't be measured well.
218+
> :x: Do not use margin directly for styling node items! Height won't be measured well.
219219
220220
> :information_source: Each virtualized component by default will fully expand, to make things happening you either have to set height / max-height of component or by implementing dynamic height content with flexbox / grid.
221221

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-windowing",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Set of components used for virtualizing DOM",
55
"author": {
66
"name": "Maciej Kaczorowski",

0 commit comments

Comments
 (0)