Skip to content

Commit

Permalink
build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Mar 27, 2017
1 parent 41490bb commit c8bbe81
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 21 deletions.
3 changes: 2 additions & 1 deletion dist/uiv.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/uiv.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><link rel="shortcut icon" type="image/png" href="/static/images/logo.png"><meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1"><title>uiv - Bootstrap 3 Components Built with Vue 2.</title><link href="/uiv/static/css/app.7984cf40c142405823e15bf04a146fe1.css" rel="stylesheet"></head><body><div id="app"></div><script type="text/javascript" src="/uiv/static/js/manifest.b307d8599e6db5c68c94.js"></script><script type="text/javascript" src="/uiv/static/js/vendor.06236eb51886ab0f3dba.js"></script><script type="text/javascript" src="/uiv/static/js/app.d2e04aff95568fc4d100.js"></script></body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><link rel="shortcut icon" type="image/png" href="/static/images/logo.png"><meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1"><title>uiv - Bootstrap 3 Components Built with Vue 2.</title><link href="/uiv/static/css/app.1a25c73d1d1435734c076ef6b701b77e.css" rel="stylesheet"></head><body><div id="app"></div><script type="text/javascript" src="/uiv/static/js/manifest.a95b352cafd37682357b.js"></script><script type="text/javascript" src="/uiv/static/js/vendor.8a0c546f83e9dbdf29b9.js"></script><script type="text/javascript" src="/uiv/static/js/app.7bf66d80dfd28acd5737.js"></script></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

5 changes: 5 additions & 0 deletions docs/static/js/app.7bf66d80dfd28acd5737.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/js/app.7bf66d80dfd28acd5737.js.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions docs/static/js/app.d2e04aff95568fc4d100.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/js/app.d2e04aff95568fc4d100.js.map

This file was deleted.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/static/js/vendor.06236eb51886ab0f3dba.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/js/vendor.8a0c546f83e9dbdf29b9.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/datepicker/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
watch: {
value: {
handler: function (val, oldVal) {
handler (val) {
this.currentMonth = val.getMonth()
this.currentYear = val.getFullYear()
},
Expand Down
5 changes: 3 additions & 2 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import DatePicker from './datepicker/DatePicker.vue'
import Alert from './alert/Alert.vue'
import Pagination from './pagination/Pagination.vue'
import Tooltip from './tooltip/Tooltip.vue'

import Popover from './popover/Popover.vue'
export {
Tooltip,
Carousel,
Expand All @@ -23,5 +23,6 @@ export {
Tabs,
DatePicker,
Alert,
Pagination
Pagination,
Popover
}

0 comments on commit c8bbe81

Please sign in to comment.