UNPKG

vuestic-ui

Version:
20 lines (19 loc) 947 B
import { defineComponent, openBlock, createElementBlock, renderSlot } from "vue"; import { _ as _export_sfc } from "../../../../plugin-vue_export-helper.js"; const _style_0 = ".va-navbar__item {\n display: flex;\n align-items: center;\n font-family: var(--va-font-family);\n}"; const _sfc_main = defineComponent({ name: "VaNavbarItem", props: {} // TODO: In web components build props are required (it's a vue bug) }); const _hoisted_1 = { class: "va-navbar__item" }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("div", _hoisted_1, [ renderSlot(_ctx.$slots, "default") ]); } const _VaNavbarItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [...(_sfc_main.components ? Object.values(_sfc_main.components) : []).map((c) => c.styles || []).flat(), _style_0]]]); export { _VaNavbarItem as _ }; //# sourceMappingURL=VaNavbarItem.js.map