Skip to content

Commit

Permalink
fix issue eteplus#2
Browse files Browse the repository at this point in the history
  • Loading branch information
349989153 committed Feb 29, 2016
1 parent 91df7c9 commit b9d6ed8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/home.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<div>
<div class="content home" action="refresh" distance="55" v-pull-to-refresh>
<v-layer></v-layer>
<slider :imgs="slider.imgs" :config="slider.config"></slider>
Expand Down Expand Up @@ -46,6 +47,7 @@
</v-card-container>
</div>
</div>
</div>
</template>

<script>
Expand Down Expand Up @@ -182,4 +184,4 @@ export default {
height: 3.6rem;
background-color: white;
}
</style>
</style>

0 comments on commit b9d6ed8

Please sign in to comment.