vue-cli3 element 分页组件el-pagination的基本使用


            pagination
                :total="total"
                :current-page="currentPage"
                :page-size="pageSize"
                :page-sizes="[10, 20, 30, 50]"
                :pager-count="5"
                @current-change="handleCurrentChange"
                @size-change="handleSizeChange"
                background
                layout="total, sizes, prev, pager, next">
            

效果:

vue-cli3 element 分页组件el-pagination的基本使用_第1张图片

转载于:https://www.cnblogs.com/yshyee/p/10878180.html

你可能感兴趣的:(vue-cli3 element 分页组件el-pagination的基本使用)