We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1094a78 commit e475452Copy full SHA for e475452
README-ZH.md
@@ -127,6 +127,7 @@ const vm = new Vue({
127
Vuescroll 是极其容易扩展的,你基本只需要做 2 步即可。
128
129
1. 在 [global-config.js](https://github.com/wangyi7099/vuescroll/blob/dev/src/shared/global-config.js) 文件中对应的模块处修改/增加对应的特性,比如,我想增加一个可以配置滚动面板颜色的特性,默认是红色,如下图:
130
+ <br>
131

132
2. 找到对应的模块文件, 并在模块的对应的代码处修改即可,如下图:
133
<br>
0 commit comments