UNPKG

tdesign-vue-next

Version:
47 lines (43 loc) 1.42 kB
/** * tdesign v1.20.0 * (c) 2026 tdesign * @license MIT */ import { defineComponent, createVNode } from 'vue'; import props from './footer-props.js'; import 'lodash-es'; import '@babel/runtime/helpers/toConsumableArray'; import '@babel/runtime/helpers/typeof'; import '../_chunks/dep-e0d16f64.js'; import { u as useTNodeJSX } from '../_chunks/dep-b82e5636.js'; import { u as usePrefixClass } from '../_chunks/dep-844f829b.js'; import '@babel/runtime/helpers/slicedToArray'; import '../_chunks/dep-97e2bf94.js'; import '@babel/runtime/helpers/defineProperty'; import '../_chunks/dep-edfcdaaa.js'; import '../_chunks/dep-23fbb09b.js'; import '../_chunks/dep-91cd9b55.js'; import '../config-provider/hooks/useConfig.js'; import '../config-provider/utils/context.js'; import '../_chunks/dep-cecf5377.js'; import 'dayjs'; import '@babel/runtime/helpers/createClass'; import '@babel/runtime/helpers/classCallCheck'; var _Footer = defineComponent({ name: "TFooter", props: props, setup: function setup(props2) { var COMPONENT_NAME = usePrefixClass("layout__footer"); var renderTNodeJSX = useTNodeJSX(); return function () { return createVNode("footer", { "class": COMPONENT_NAME.value, "style": props2.height ? { height: props2.height } : {} }, [renderTNodeJSX("default")]); }; } }); export { _Footer as default }; //# sourceMappingURL=footer.js.map