Skip to content

Commit c722bc2

Browse files
committed
修复demo页面,调整resize时候的bug,增加用户可以自定义class
1 parent d54fbcb commit c722bc2

16 files changed

+49
-32
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# slider
2-
auto banner for more function for Vue2.x
2+
easier banner with more function for Vue2.x
33

4-
##demo
4+
## demo
55

6-
[live-demo](https://cdn.rawgit.com/bajian/vue-slider/master/dist/demo4.html)
6+
[live-demo](https://bajian.github.io/vue-slider/dist/)
77

88
> A Vue.js project
99
10-
## Build Setup
10+
## Build DEMO Setup
1111

1212
``` bash
1313
# install dependencies
@@ -16,8 +16,6 @@ npm install
1616
# serve with hot reload at localhost:8080
1717
npm run dev
1818

19-
# build for production with minification
20-
npm run build
2119

2220
```
2321

@@ -46,6 +44,9 @@ npm run build
4644
| slides | `Array` | `[]` | the banner data just be used to observe by pagination when you add or remove a child slide
4745
| repeating | `Boolean` | `false` | Set true to enable repeating from last to first or first to last |
4846
| auto | `Number` | `0` | Set to 0ms to disable silders auto change |
47+
| slide-container-class | `String` | `` | Set it to add custom style of the slide container . please add the `!important` to overide the old style |
48+
| pagination-container-class | `String` | `` | Set it to add custom style of the pagination container . please add the `!important` to overide the old style |
49+
| pagination-class | `String` | `` | Set it to add custom style of the pagination . please add the `!important` to overide the old style |
4950
| ==================== | ========= | ============ | =================== |
5051

5152
### Events

dist/demo4.html

-1
This file was deleted.

dist/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=0,minimum-scale=1,maximum-scale=1"><title>slider</title><link href=https://bajian.github.io/vue-slider/dist/static/css/app.b2e9c55da7ff39bd7c2ea117c8eab1b0.css rel=stylesheet></head><body><app></app><script type=text/javascript src=https://bajian.github.io/vue-slider/dist/static/js/manifest.e5070268959660b2ff3a.js></script><script type=text/javascript src=https://bajian.github.io/vue-slider/dist/static/js/vendor.79ee43b8a28cd7b0e8d0.js></script><script type=text/javascript src=https://bajian.github.io/vue-slider/dist/static/js/app.2313215d6dcfd1f740c4.js></script></body></html>

dist/static/css/app.04ab7e534f2608c45f79dfbc02bc85e9.css

-2
This file was deleted.

dist/static/css/app.04ab7e534f2608c45f79dfbc02bc85e9.css.map

-1
This file was deleted.

dist/static/css/app.b2e9c55da7ff39bd7c2ea117c8eab1b0.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/app.19af245f4f86bf2b97a8.js

-2
This file was deleted.

dist/static/js/app.19af245f4f86bf2b97a8.js.map

-1
This file was deleted.

0 commit comments

Comments
 (0)