Skip to content

Commit 17d05df

Browse files
committed
Signed-off-by: bajian <[email protected]>
1 parent a37ad6a commit 17d05df

11 files changed

+23
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules/
3-
dist/
3+
#dist/
44
npm-debug.log
55
selenium-debug.log
66
test/unit/coverage

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ npm run build
5656
| slider-move | `offset` | Callback function, will be executed when user touch and move finger over Swiper and move it. Receives swiper instance and 'touchmove' event as an arguments. |
5757
| ================== | ================ | ============================ |
5858

59-
base on [vue-swiper](https://github.com/weilao/vue-swiper)
59+
###base on
60+
[vue-swiper](https://github.com/weilao/vue-swiper)
6061

6162
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

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=/static/css/app.94d7ebb2d4ed1fff56a9bad6b73a41d1.css rel=stylesheet></head><body><app></app><script type=text/javascript src=/static/js/manifest.0ca19423123ee8d8777e.js></script><script type=text/javascript src=/static/js/vendor.472387e64dd46b801244.js></script><script type=text/javascript src=/static/js/app.1a3a7963a82ad44b62a0.js></script></body></html>

dist/static/css/app.94d7ebb2d4ed1fff56a9bad6b73a41d1.css

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

dist/static/css/app.94d7ebb2d4ed1fff56a9bad6b73a41d1.css.map

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

dist/static/js/app.1a3a7963a82ad44b62a0.js

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

dist/static/js/app.1a3a7963a82ad44b62a0.js.map

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

dist/static/js/manifest.0ca19423123ee8d8777e.js

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

0 commit comments

Comments
 (0)