You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
590 B
14 lines
590 B
|
2 years ago
|
import { defineComponent, renderSlot } from 'vue';
|
||
|
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
|
||
|
|
|
||
|
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
||
|
|
inheritAttrs: false
|
||
|
|
});
|
||
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||
|
|
return renderSlot(_ctx.$slots, "default");
|
||
|
|
}
|
||
|
|
var Collection = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection.vue"]]);
|
||
|
|
|
||
|
|
export { Collection as default };
|
||
|
|
//# sourceMappingURL=collection2.mjs.map
|