@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
15 lines (14 loc) • 598 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: "introduction-card-item" };
function _sfc_render(_ctx, _cache) {
return openBlock(), createElementBlock("div", _hoisted_1, [
renderSlot(_ctx.$slots, "default", {}, void 0, true)
]);
}
const IntroductionCardItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-708aae59"]]);
export {
IntroductionCardItem as default
};