vxe-table-demonic
Version:
一个基于 vue 的 PC 端表单/表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...
20 lines (19 loc) • 689 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.VxeSwitch = exports.Switch = void 0;
var _switch = _interopRequireDefault(require("./src/switch"));
var _dynamics = require("../dynamics");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var VxeSwitch = Object.assign(_switch.default, {
install: function (app) {
app.component(_switch.default.name, _switch.default);
}
});
exports.VxeSwitch = VxeSwitch;
var Switch = VxeSwitch;
exports.Switch = Switch;
_dynamics.dynamicApp.component(_switch.default.name, _switch.default);
var _default = VxeSwitch;
exports.default = _default;