Commit e94e76435e767ce3f916b23c5ffc388455cd8c8f

Authored by 梁灏
1 parent a35fb299

update Cell icons

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/cell/cell.vue
... ... @@ -18,7 +18,7 @@
18 18 </div>
19 19 <div class="ivu-cell-arrow" v-if="to">
20 20 <slot name="arrow">
21   - <Icon type="ios-arrow-right"></Icon>
  21 + <Icon type="ios-arrow-forward"></Icon>
22 22 </slot>
23 23 </div>
24 24 </div>
... ...