vuestic-ui
Version:
Vue 3 UI Framework
17 lines (16 loc) • 567 B
JavaScript
import { openBlock, createElementBlock, renderSlot } from "vue";
import { _ as _export_sfc } from "../../../plugin-vue_export-helper.js";
const _sfc_main = {
name: "VaContent"
};
const _hoisted_1 = { class: "va-typography-block" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("div", _hoisted_1, [
renderSlot(_ctx.$slots, "default")
]);
}
const _VaContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
_VaContent as _
};
//# sourceMappingURL=VaContent.js.map