%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/bootstrap-vue/esm/components/table/ |
Current File : /home/ugotscom/3vfm3/node_modules/bootstrap-vue/esm/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 var BTh = /*#__PURE__*/Vue.extend({ name: NAME_TH, extends: BTd, computed: { tag: function tag() { return 'th'; } } });