Skip to content

Commit

Permalink
fix: 发布v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqian committed Jul 20, 2022
1 parent 4a0b055 commit 5963516
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default {
### 国内镜像地址 [gitee镜像地址](https://gitee.com/monoplasty/vue-monoplasty-slide-verify)

### 更新记录
### V1.1.5
### V1.2.0
- 针对滑动事件增加节流操作, 默认节流时长为50。无法自定义时长。
- 提高性能。
#### V1.1.4 描述
Expand Down
7 changes: 1 addition & 6 deletions dist/slide-verify.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/slide-verify.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ var path = require("path");
var webpack = require("webpack");

module.exports = {
// entry: "./src/lib/index.js",
entry: "./src/main.js",
entry: "./src/lib/index.js",
// entry: "./src/main.js",
output: {
path: path.resolve(__dirname, "./dist"),
publicPath: "/dist/",
Expand Down

0 comments on commit 5963516

Please sign in to comment.