element-plus
Version:
A Component Library for Vue 3
23 lines (20 loc) • 883 B
JavaScript
import _sfc_main from './roving-focus-item.vue2.mjs';
import { resolveComponent, createBlock, openBlock, withCtx, renderSlot } from 'vue';
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.mjs';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_el_roving_focus_collection_item = resolveComponent("el-roving-focus-collection-item");
return openBlock(), createBlock(_component_el_roving_focus_collection_item, {
id: _ctx.id,
focusable: _ctx.focusable,
active: _ctx.active
}, {
default: withCtx(() => [
renderSlot(_ctx.$slots, "default")
]),
_: 3
/* FORWARDED */
}, 8, ["id", "focusable", "active"]);
}
var ElRovingFocusItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { ElRovingFocusItem as default };
//# sourceMappingURL=roving-focus-item.vue.mjs.map