UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

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