@empathyco/x-components
Version:
Empathy X Components
18 lines (15 loc) • 741 B
JavaScript
import _sfc_main from './identifier-result.vue2.js';
import { openBlock, createElementBlock, createCommentVNode } from 'vue';
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.js';
const _hoisted_1 = ["innerHTML"];
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return _ctx.query ? (openBlock(), createElementBlock("span", {
key: 0,
class: "x-identifier-result",
"data-test": "identifier-result",
innerHTML: _ctx.highlightedQueryHTML
}, null, 8, _hoisted_1)) : createCommentVNode("v-if", true);
}
var identifierResult = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { identifierResult as default };
//# sourceMappingURL=identifier-result.vue.js.map