Skip to content

Commit

Permalink
v2.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdahoo committed Mar 26, 2017
1 parent c207417 commit a69dd57
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion demo/components/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
console.log('alert hide.')
})
setTimeout($dialog.hide, 2000)
// setTimeout($dialog.hide, 2000)
},
showConfirm() {
Expand Down
4 changes: 2 additions & 2 deletions dist/vonic.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions dist/vonic.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vonic",
"version": "2.0.0-beta.11",
"version": "2.0.0-beta.12",
"main": "dist/vonic.min.js",
"description": "Mobile UI Components, based on Vue.js and ionic CSS.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var path = require('path');
var webpack = require('webpack');
var path = require('path')
var webpack = require('webpack')
var pkg = require('./package.json')
var moment = require('moment')
var HtmlWebpackPlugin = require('html-webpack-plugin')
Expand Down

0 comments on commit a69dd57

Please sign in to comment.