UNPKG

vxe-design

Version:

A PC-based visual designer based on Vxe UI, used for building zero-code and low-code platforms

27 lines (26 loc) 668 B
"use strict"; var _core = require("@vxe-ui/core"); // import { handleGetListDesignActionButtonName } from './util' /** * 列表设计器 - 渲染器 */ _core.renderer.mixin({ // ActionButtonUpdate: { // createListDesignSettingActionButtonConfig () { // return { // name: handleGetListDesignActionButtonName, // icon: 'vxe-icon-edit', // status: 'primary' // } // } // }, // ActionButtonDelete: { // createListDesignSettingActionButtonConfig () { // return { // name: handleGetListDesignActionButtonName, // icon: 'vxe-icon-delete', // status: 'error' // } // } // } });