UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

15 lines (11 loc) 271 B
import Colorable from '../../mixins/colorable' /* @vue/component */ export default { name: 'v-tabs-slider', mixins: [Colorable], render (h) { return h('div', this.setBackgroundColor(this.color || 'accent', { staticClass: 'v-tabs__slider' })) } }