mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-16 01:40:53 +08:00
fix:[amis-saas-6770]2899 =>pre-release
Change-Id: Idf16b706481eef6b3414d2a672113b6b406fd0d6
This commit is contained in:
parent
58ed16abac
commit
4ad353243a
@ -1,5 +1,10 @@
|
||||
import {registerEditorPlugin} from 'amis-editor-core';
|
||||
import {BasePlugin, RegionConfig, BaseEventContext, tipedLabel} from 'amis-editor-core';
|
||||
import {
|
||||
BasePlugin,
|
||||
RegionConfig,
|
||||
BaseEventContext,
|
||||
tipedLabel
|
||||
} from 'amis-editor-core';
|
||||
import {ValidatorTag} from '../validator';
|
||||
import {getEventControlConfig} from '../renderer/event-control/helper';
|
||||
import {RendererPluginEvent} from 'amis-editor-core';
|
||||
@ -13,7 +18,7 @@ export class PaginationPlugin extends BasePlugin {
|
||||
|
||||
// 组件名称
|
||||
name = '分页组件';
|
||||
isBaseComponent = false;
|
||||
isBaseComponent = true;
|
||||
description = '分页组件,可以对列表进行分页展示,提高页面性能';
|
||||
tags = ['容器'];
|
||||
icon = 'fa fa-window-minimize';
|
||||
|
Loading…
Reference in New Issue
Block a user