@empathyco/x-components
Version:
Empathy X Components
25 lines (22 loc) • 1.03 kB
JavaScript
import _sfc_main from './popular-search.vue2.js';
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.js';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_BaseSuggestion = resolveComponent("BaseSuggestion");
return openBlock(), createBlock(_component_BaseSuggestion, {
class: "x-popular-search",
suggestion: _ctx.suggestion,
"suggestion-selected-events": _ctx.events,
"data-test": "popular-search",
feature: "popular_search"
}, {
default: withCtx((baseScope) => [
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ ...baseScope })))
]),
_: 3
/* FORWARDED */
}, 8, ["suggestion", "suggestion-selected-events"]);
}
var PopularSearch = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { PopularSearch as default };
//# sourceMappingURL=popular-search.vue.js.map