%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/bootstrap-vue/esm/mixins/ |
Current File : /home/ugotscom/3vfm3/node_modules/bootstrap-vue/esm/mixins/card.js |
import { NAME_CARD } from '../constants/components'; import { makePropsConfigurable } from '../utils/config'; // --- Props --- export var props = makePropsConfigurable({ tag: { type: String, default: 'div' }, bgVariant: { type: String // default: null }, borderVariant: { type: String // default: null }, textVariant: { type: String // default: null } }, NAME_CARD); // --- Mixin --- // @vue/component export default { props: props };