update readme
This commit is contained in:
parent
ec4117cb43
commit
c908002175
2 changed files with 12 additions and 3 deletions
|
@ -75,6 +75,15 @@ import 'iview/dist/styles/iview.css';
|
|||
|
||||
Normal browsers and Internet Explorer 9+.
|
||||
|
||||
## Major Contributors
|
||||
|Name |Avatar |
|
||||
|---|---|
|
||||
| [Aresn](https://github.com/icarusion) |  |
|
||||
| [jingsam](https://github.com/jingsam) |  |
|
||||
| [rijn](https://github.com/rijn) |  |
|
||||
| [GITleonine1989](https://github.com/GITleonine1989) |  |
|
||||
| [huixisheng](https://github.com/huixisheng) |  |
|
||||
|
||||
## Links
|
||||
|
||||
- [TalkingData](https://github.com/TalkingData)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<ul :class="simpleWrapClasses" :style="style" v-if="simple">
|
||||
<ul :class="simpleWrapClasses" :style="styles" v-if="simple">
|
||||
<li
|
||||
:title="t('i.page.prev')"
|
||||
:class="prevClasses"
|
||||
|
@ -23,7 +23,7 @@
|
|||
<a><i class="ivu-icon ivu-icon-ios-arrow-right"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul :class="wrapClasses" :style="style" v-else>
|
||||
<ul :class="wrapClasses" :style="styles" v-else>
|
||||
<span :class="[prefixCls + '-total']" v-if="showTotal">
|
||||
<slot>{{ t('i.page.total') }} {{ total }} <template v-if="total <= 1">{{ t('i.page.item') }}</template><template v-else>{{ t('i.page.items') }}</template></slot>
|
||||
</span>
|
||||
|
@ -116,7 +116,7 @@
|
|||
className: {
|
||||
type: String
|
||||
},
|
||||
style: {
|
||||
styles: {
|
||||
type: Object
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue