fix:[amis-saas-6770]2899 =>pre-release

Change-Id: Idf16b706481eef6b3414d2a672113b6b406fd0d6
This commit is contained in:
qianchuan 2022-09-08 19:52:47 +08:00
parent 58ed16abac
commit 4ad353243a

View File

@ -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';