mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
fix(amis-saas-7727): 下掉分页组件
Change-Id: Ia1dbe5650bc7131d8db9088e7bf70be9e916e08a
This commit is contained in:
parent
13def8c43b
commit
db30f30eef
@ -19,6 +19,7 @@ export class PaginationPlugin extends BasePlugin {
|
||||
// 组件名称
|
||||
name = '分页组件';
|
||||
isBaseComponent = true;
|
||||
disabledRendererPlugin = true;
|
||||
description = '分页组件,可以对列表进行分页展示,提高页面性能';
|
||||
tags = ['容器'];
|
||||
icon = 'fa fa-window-minimize';
|
||||
|
Loading…
Reference in New Issue
Block a user