UNPKG

tdesign-vue-next

Version:
47 lines (43 loc) 1.42 kB
/** * tdesign v1.20.5 * (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-f6650a20.js'; import { u as useTNodeJSX } from '../_chunks/dep-4cf1cec7.js'; import { u as usePrefixClass } from '../_chunks/dep-eff63d83.js'; import '@babel/runtime/helpers/slicedToArray'; import '../_chunks/dep-a4f7f1a6.js'; import '@babel/runtime/helpers/defineProperty'; import '../_chunks/dep-19eba232.js'; import '../_chunks/dep-76d3c0e7.js'; import '../_chunks/dep-93b6f0b1.js'; import '../config-provider/hooks/useConfig.js'; import '../config-provider/utils/context.js'; import '../_chunks/dep-9218c7b1.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