%PDF- %PDF-
Direktori : /home/ugotscom/bos_naturals/node_modules/bootstrap-vue/src/components/table/ |
Current File : /home/ugotscom/bos_naturals/node_modules/bootstrap-vue/src/components/table/th.js |
import Vue from '../../vue' import { NAME_TH } from '../../constants/components' import { BTd } from './td' // TODO: // In Bootstrap v5, we won't need "sniffing" as table element variants properly inherit // to the child elements, so this can be converted to a functional component // @vue/component export const BTh = /*#__PURE__*/ Vue.extend({ name: NAME_TH, extends: BTd, computed: { tag() { return 'th' } } })