Skip to content

Commit

Permalink
Merge pull request #288 from sklthegoodman/master
Browse files Browse the repository at this point in the history
weui.js  v1.2.1版本
  • Loading branch information
BearJ committed Jul 23, 2019
2 parents 3234759 + a715fe0 commit aad6195
Show file tree
Hide file tree
Showing 15 changed files with 17,615 additions and 460 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### v1.2.1 (2019-07-18)
- 【增强】 更新支持weui2.0版本,注意:v1.2.1的weui.js,需要配合v2.0.1的[weui](https://github.com/Tencent/weui)使用。

#### v1.1.4 (2018-07-20)

- 【修复】 percent拼写错误 #207
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ npm run build
#### global

```html
<link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/1.1.3/weui.min.css">
<script type="text/javascript" src="https://res.wx.qq.com/open/libs/weuijs/1.1.4/weui.min.js"></script>
<link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/2.0.1/weui.min.css">
<script type="text/javascript" src="https://res.wx.qq.com/open/libs/weuijs/1.2.1/weui.min.js"></script>
<script type="text/javascript">
weui.alert('alert');
</script>
Expand Down
3 changes: 3 additions & 0 deletions build/webpack.example.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ module.exports = {
}
]
},
devServer: {
disableHostCheck: true
},
postcss: [autoprefixer],
plugins: [
new webpack.DefinePlugin({
Expand Down

0 comments on commit aad6195

Please sign in to comment.