UNPKG
gepic
Version:
latest (0.14.3)
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.30
基于vue3的设计器,可视化开发页面表单
github.com/Kchengz/epic-designer
Kchengz/epic-designer
gepic
/
dist
/
ui
/
antd
/
modal
/
index.js
22 lines
(21 loc)
•
324 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
const
e = {
component
:
() =>
import
(
"./modal.vue.js"
),
icon
:
"epic-icon-xiala"
,
defaultSchema
: {
label
:
"模态框"
,
type
:
"modal"
,
children
: [] },
config
: {
attribute
: [ {
label
:
"标题"
,
type
:
"input"
,
field
:
"title"
} ] } };
export
{ e
as
default
};