UNPKG

@cainiaofe/cn-ui-layout

Version:

- 安装 cone-cli | [Cone-CLI 使用指引](https://alidocs.dingtalk.com/i/nodes/xdqZp24KneBJzvGM6XezJvyb7RA0Nr1E) - `tnpm i -g @alife/cone-cli@latest` - 安装依赖包 - `cone install` - 启动研发 - `cone start`

22 lines (21 loc) 1.24 kB
"use strict"; exports.__esModule = true; exports["default"] = void 0; var _visualengine = require("@ali/visualengine"); var _prototype = require("./cn-layout-page/prototype"); var _prototype2 = require("./cn-layout-cell/prototype"); var _prototype3 = require("./cn-layout-header/prototype"); var _prototype4 = require("./cn-layout-content/prototype"); var _prototype5 = require("./cn-layout-section/prototype"); var _prototype6 = require("./cn-layout-row/prototype"); var _prototype7 = require("./cn-layout-col/prototype"); var _prototype8 = require("./cn-layout-aside/prototype"); var _prototype9 = require("./cn-layout-block/prototype"); require("./prototype.scss"); // 通过arr控制输出的顺序 var bundle = [_prototype.CnLayoutPagePrototype, _prototype2.CnLayoutCellPrototype, _prototype3.CnLayoutHeaderPrototype, _prototype4.CnLayoutContentPrototype, _prototype5.CnLayoutSectionPrototype, _prototype6.CnLayoutRowPrototype, _prototype7.CnLayoutColPrototype, _prototype8.CnLayoutAsidePrototype, _prototype9.CnLayoutBlockPrototype].map(function (item) { return _visualengine.Bundle.createPrototype(item); }); var _default = exports["default"] = bundle; module.exports = exports.default; module.exports.default = exports.default;