Skip to content

Commit 0656cef

Browse files
committed
Update readme
1 parent 2291862 commit 0656cef

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

README.md

+1-22
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ More usages or getting start you can refer to these clearly [examples](https://t
126126
| `footer-tag` | String | div | For using footer slot, footer slot wrapper element tag name. |
127127
| `header-class` | String | | For using header slot, header slot wrapper element class name. |
128128
| `footer-class` | String | | For using footer slot, footer slot wrapper element class name. |
129-
| `disabled` | Boolean | false | Disable virtual list and always render all items (**just a trial prop**). |
130129

131130

132131
## Attentions
@@ -148,24 +147,4 @@ Maintain and update occasionally, for changes see [release](https://github.com/t
148147

149148
## License
150149

151-
MIT License
152-
153-
Copyright (c) 2020 tangbc
154-
155-
Permission is hereby granted, free of charge, to any person obtaining a copy
156-
of this software and associated documentation files (the "Software"), to deal
157-
in the Software without restriction, including without limitation the rights
158-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
159-
copies of the Software, and to permit persons to whom the Software is
160-
furnished to do so, subject to the following conditions:
161-
162-
The above copyright notice and this permission notice shall be included in all
163-
copies or substantial portions of the Software.
164-
165-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
168-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
171-
SOFTWARE.
150+
[MIT License](https://github.com/tangbc/vue-virtual-scroll-list/blob/master/LICENSE).

v1.x.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# v1.x
22

3-
> this is documentation for old version `v1.x`, not compatible with `v2.0`, any problem and features please propose on lastest version.
3+
> this is the documentation for last old version `v1.4.7`, not compatible with `v2.0`, any problem and features please propose on version 2.0.
44
55
## Simple usage
66

77
```console
8-
npm install vue-virtual-scroll-list --save
8+
npm install vue-virtual-scroll-list@1.4.7 --save
99
```
1010

1111
### vfor-mode

0 commit comments

Comments
 (0)