UNPKG

vxe-design

Version:

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

20 lines (19 loc) 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.VxeFormView = exports.FormView = void 0; var _core = require("@vxe-ui/core"); var _formView = _interopRequireDefault(require("../form-design/src/form-view")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } const VxeFormView = exports.VxeFormView = Object.assign(_formView.default, { install: function (app) { app.component(_formView.default.name, _formView.default); } }); if (_core.VxeUI.dynamicApp) { _core.VxeUI.dynamicApp.use(VxeFormView); } _core.VxeUI.component(_formView.default); const FormView = exports.FormView = VxeFormView; var _default = exports.default = VxeFormView;