UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

12 lines (9 loc) 289 B
import { defineComponent, h } from 'vue'; const CTableCaption = defineComponent({ name: 'CTableCaption', setup(_, { slots }) { return () => h('caption', {}, slots.default && slots.default()); }, }); export { CTableCaption }; //# sourceMappingURL=CTableCaption.js.map