yingsa/admin/node_modules/element-plus/lib/components/container/src/main.js
2026-01-20 08:50:50 +08:00

34 lines
925 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var vue = require('vue');
var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
var index = require('../../../hooks/use-namespace/index.js');
const _sfc_main = vue.defineComponent({
...{
name: "ElMain"
},
__name: "main",
setup(__props) {
const ns = index.useNamespace("main");
return (_ctx, _cache) => {
return vue.openBlock(), vue.createElementBlock(
"main",
{
class: vue.normalizeClass(vue.unref(ns).b())
},
[
vue.renderSlot(_ctx.$slots, "default")
],
2
);
};
}
});
var Main = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/container/src/main.vue"]]);
exports["default"] = Main;
//# sourceMappingURL=main.js.map