@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
15 lines (14 loc) • 566 B
JavaScript
import { createElementBlock, openBlock, renderSlot } from "vue";
/* empty css */
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
const _sfc_main = {};
const _hoisted_1 = { class: "section-column" };
function _sfc_render(_ctx, _cache) {
return openBlock(), createElementBlock("div", _hoisted_1, [
renderSlot(_ctx.$slots, "default", {}, void 0, true)
]);
}
const SectionColumn = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-699c28e3"]]);
export {
SectionColumn as default
};