UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

16 lines (12 loc) 350 B
'use strict'; var vue = require('vue'); const CFormFloating = vue.defineComponent({ name: 'CFormFloating', setup(_, { slots }) { return () => vue.h('div', { class: 'form-floating', }, slots.default && slots.default()); }, }); exports.CFormFloating = CFormFloating; //# sourceMappingURL=CFormFloating.js.map