UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

12 lines (9 loc) 328 B
import { defineComponent, h } from 'vue'; const CCardImageOverlay = defineComponent({ name: 'CCardImageOverlay', setup(_, { slots }) { return () => h('div', { class: 'card-img-overlay' }, slots.default && slots.default()); }, }); export { CCardImageOverlay }; //# sourceMappingURL=CCardImageOverlay.js.map