@fecp/mobile
Version:
26 lines (25 loc) • 1.39 kB
JavaScript
/* empty css */
/* empty css */
/* empty css */
/* empty css */
import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
import { Cell } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/cell/index.mjs";
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
const _component_van_cell = Cell;
return openBlock(), createBlock(_component_van_cell, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
renderList(_ctx.$slots, (item, key) => {
return {
name: key,
fn: withCtx(() => [
renderSlot(_ctx.$slots, key)
])
};
})
]), 1040);
}
const _Cell = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
_Cell as default
};