UNPKG

@xdp/button

Version:

button el-button vue3

36 lines (34 loc) 737 B
const propsScheme = { limit: { type: Number, intro: "\u51FA\u53D1collapse\u7684\u6700\u5927\u6570\u91CF" }, row: { type: Object, intro: "\u6240\u5904\u7684row\u7684\u503C\uFF0C\u4F5C\u4E3A\u662F\u5426\u91CD\u65B0\u5237\u65B0\u7684\u4F9D\u636E", required: true }, buttonComp: { type: Boolean, intro: "\u4EE5\u4F55\u79CD\u5F62\u5F0F\u5C55\u793Abutton", default: "text", options: ["text", "button"] } }; const eventsScheme = { click: { cbVar: "e" } }; const slotsScheme = { default: { cbVar: "text" } }; const componentScheme = { propsScheme, slotsScheme, eventsScheme, name: "CipButtonCollapse" }; export { componentScheme, eventsScheme, propsScheme, slotsScheme };