Skip to content

Commit 14e825e

Browse files
committed
chore: changelog
1 parent db5d3f8 commit 14e825e

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="4.5.23"></a>
2+
## [4.5.23](https://github.com/wangyi7099/vuescroll/compare/v4.5.22...v4.5.23) (2018-05-25)
3+
4+
5+
16
<a name="4.5.22"></a>
27
## [4.5.22](https://github.com/wangyi7099/vuescroll/compare/v4.5.21...v4.5.22) (2018-05-24)
38

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[中文版 README](https://github.com/wangyi7099/vuescroll/blob/dev/README-ZH.md)
1212

13-
* [introduction](#introduction)
13+
* [Introduction](#introduction)
1414
* [Preview](#preview)
1515
* [Online Demo & Documentation](#online-demo--documentation)
1616
* [Features](#features)
@@ -253,18 +253,18 @@ const vm = new Vue({
253253

254254
## General FAQ
255255

256-
1. The content has gone beyond the parent element. Why doesn't the vuescroll scrollbars appear?
256+
1. The content has gone beyond the parent element. Why don't the vuescroll scrollbars appear?
257257

258258
* Firstly, please confirm to upgrade to the latest version of vuescroll
259259
* Secondly, if your parent element size is not a fixed value, such as a percentage, or a value such as max-height (#29), please set the `sizeStrategy` to `number`, otherwise vuescroll will not detect the size of the parent element and show the scrollbars! The configuration can be:
260260

261-
```javascript
262-
ops: {
263-
vuescroll: {
264-
sizeStrategy: 'number';
265-
}
266-
}
267-
```
261+
```javascript
262+
ops: {
263+
vuescroll: {
264+
sizeStrategy: 'number';
265+
}
266+
}
267+
```
268268

269269
## Changelog
270270

0 commit comments

Comments
 (0)