Commit 325243d30a3d79306914fea71674d3a9a4f5e812

Authored by 梁灏
1 parent 7e9baa83

update Scroll Icons

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/scroll/loading-component.vue
... ... @@ -2,7 +2,7 @@
2 2 <div :class="wrapperClasses">
3 3 <div :class="spinnerClasses">
4 4 <Spin fix>
5   - <Icon type="load-c" size="18" :class="iconClasses"></Icon>
  5 + <Icon type="ios-sync" size="18" :class="iconClasses"></Icon>
6 6 <div v-if="text" :class="textClasses">{{text}}</div>
7 7 </Spin>
8 8  
... ...