@aplus-frontend/ui
Version:
55 lines (54 loc) • 821 B
JavaScript
const e = () => ({
store: {
type: Object
},
debug: {
type: Boolean,
default: !1
},
max: {
type: Number,
default: 30
},
exclude: {
type: Array
},
include: {
type: Array
},
stopTags: {
type: Array,
default: () => []
}
}), t = [
"ATable",
"ApKeepAlive",
"EditableTable",
"EditableTableInner",
"ApFormSearchForm",
"VxeTable",
"RouterView",
"APagination",
"ApTablePagination",
"ApView",
"ApTitle",
"span",
"svg",
"iframe",
"ApTableSetting",
"ApDescriptions",
"ApList",
"ApTable",
"ApGrid",
"ApBatchActionGroup",
"ApBatchAction",
"EditableGrid",
//todo EditableGridFormItem 改名
// 'ApFormItem',
"AFormItem"
// 'AForm', 不能忽略,有嵌套情况
];
export {
e as ApKeepAliveProps,
t as forceStopTags
};