@empathyco/x-components
Version:
Empathy X Components
17 lines (14 loc) • 753 B
JavaScript
import _sfc_main from './history-queries-switch.vue2.js';
import { resolveComponent, openBlock, createBlock } from 'vue';
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.js';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_BaseSwitch = resolveComponent("BaseSwitch");
return openBlock(), createBlock(_component_BaseSwitch, {
"model-value": _ctx.isEnabled,
"aria-label": "Queries' history",
"onUpdate:modelValue": _ctx.toggle
}, null, 8, ["model-value", "onUpdate:modelValue"]);
}
var historyQueriesSwitch = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { historyQueriesSwitch as default };
//# sourceMappingURL=history-queries-switch.vue.js.map