admin-page-generator-ws
Version:
a page-generator for vue admin
21 lines (20 loc) • 360 B
JavaScript
export default {
type: "button",
name: "按钮",
icon: "button",
belong: "normal",
config: {
prop: "",
label: "按钮1",
icon: "el-icon-plus",
url: "",
btnStyle: "ghost",
condition: "",
role: "",
btnType: "text",
isCircle: false,
plain: false,
valid: false,
selection: false
}
};