0.0.8 • Published 7 years ago

sf-pagination v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

七鱼分页器组件

基础功能

:::ysfdoc

    <style>
        .sf-pagination {text-align: center}
    </style>
    <template>
        <sf-pagination :limit="limit" :total="total" :current="current" :unit="unit"></sf-pagination>
    </template>

    <script>
    export default {
        data (){
            return {
             limit : 2,
            total : 20,
            current : 2,
            unit: 5
            }
        }
    }
</script>

:::

Attributes

参数说明类型可选值默认值
limit分页限制String, Number
total总数String, Number
current当前页String, Number
unit单元数String, Number
0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago