Files
red_de_investigacion_front/node_modules/bootstrap-vue/esm/mixins/card.js
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

21 lines
308 B
JavaScript

// @vue/component
export default {
props: {
tag: {
type: String,
default: 'div'
},
bgVariant: {
type: String,
default: null
},
borderVariant: {
type: String,
default: null
},
textVariant: {
type: String,
default: null
}
}
};