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.VxeListView = exports.ListView = void 0; var _core = require("@vxe-ui/core"); var _listView = _interopRequireDefault(require("../list-design/src/list-view")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } const VxeListView = exports.VxeListView = Object.assign(_listView.default, { install: function (app) { app.component(_listView.default.name, _listView.default); } }); if (_core.VxeUI.dynamicApp) { _core.VxeUI.dynamicApp.use(VxeListView); } _core.VxeUI.component(_listView.default); const ListView = exports.ListView = VxeListView; var _default = exports.default = VxeListView;