Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1504 committed Jan 19, 2017
1 parent 57cff6b commit c090fa0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions build/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/build.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Vue.material.registerTheme('whiteForm', {
background: 'white'
})

/*老版本vue-touch不兼容2.0,会报错 Cannot read property 'priority' of undefined,请使用2.0.0-beta.1版本的vue-touch*/
/*老版本vue-touch不兼容2.0,会报错 Cannot read property 'priority' of undefined,请使用vue-touch@next版本*/
Vue.use(VueTouch, {name: 'v-touch'})


Expand Down
2 changes: 1 addition & 1 deletion src/views/login/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default {
}
.login-tip{
position: fixed;
bottom: 0;
top: 0;
left: 0;
width: 100%;
min-height: 64px;
Expand Down

0 comments on commit c090fa0

Please sign in to comment.