Skip to content

Commit 0a1a577

Browse files
committed
Merge branch 'dev' of github.com:wangyi7099/vuescroll into dev
2 parents 706d274 + 8060b6c commit 0a1a577

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README-ZH.md

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

1111
## 介绍
1212

13-
Vuescroll 是一个可定制的, 跨平台的,可以和第三方 UI 框架兼容的,基于 Vue.js 的虚拟滚动条。它创造了 div 用于包裹要滚动的内容,充当滚动条,然后操作 div 完成滚动。 设计它的目的是用来美化和增强你的滚动条的。
13+
Vuescroll 是一个基于配置的 Vue.js 虚拟滚动条。它创造了 div 用于包裹要滚动的内容,充当滚动条,然后操作 div 完成滚动。 设计它的目的是用来美化和增强你的滚动条的。
1414

15-
你可以根据自己的喜好,需要来选择不同的模式:
15+
你可以通过更改配置来选择不同的模式:
1616

1717
* `native` 模式: 类似于原生的滚动条,但是可以自定义滚动条样式,使用于 PC 端用户。
1818
* `slide` 模式: 允许你用手指或鼠标滑动内容, 可以滑动超出边界范围,适用于移动端端用户。
1919
* `pure-native`模式: 滚动条使用原生的滚动条,适用于喜欢原生滚动条的用户。
2020

21-
你也可以定制滚动条的样式,包括:
21+
你也可以通过更改配置滚动条的样式,包括:
2222

2323
* 透明度
2424
* 高度/宽度

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
## Introduction
1414

15-
Vuescroll is a customizable, cross platform, compatible with the third party UI framework, and the virtual scroll bar based on Vue.js .It creates the div that used to wrap and scroll the content, acts as a scroll bar, and then operates div to complete scrolling.
15+
Vuescroll is a configuration based Vue.js virtual scrollbar. It creates the div that used to wrap and scroll the content, acts as a scroll bar, and then operates div to complete scrolling.
1616
The purpose of the design is to beautify and enhance your scrollbar.
1717

18-
You can choose different modes according to your own needs:
18+
You can choose different modes by changing the configuration:
1919

2020
* `native` mode: Like the native scrollbar, but has ability to costumize styles of scrollbar, it is suitable for the users who use PC.
2121
* `slide` mode: Allow you slide by finger or mouse pointer, has ability to slide out of bountry, it is suitable for the users who use mobile phone.
2222
* `pure-native` mode: Use native scrollbar, it is suitable for PC and the users who like native scrollbar.
2323

24-
You can also customize the style of the scrollbar, including:
24+
You can also change the styles of the scroll bar by changing the configuration, including:
2525

2626
* Opacity
2727
* Height/Width

0 commit comments

Comments
 (0)