UNPKG

tdesign-vue-next

Version:
47 lines (43 loc) 1.42 kB
/** * tdesign v1.20.2 * (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-d9440b5f.js'; import { u as useTNodeJSX } from '../_chunks/dep-b3575781.js'; import { u as usePrefixClass } from '../_chunks/dep-4d7f902f.js'; import '@babel/runtime/helpers/slicedToArray'; import '../_chunks/dep-dfeea6f5.js'; import '@babel/runtime/helpers/defineProperty'; import '../_chunks/dep-a6042a25.js'; import '../_chunks/dep-41cafcc6.js'; import '../_chunks/dep-43a3baa0.js'; import '../config-provider/hooks/useConfig.js'; import '../config-provider/utils/context.js'; import '../_chunks/dep-854d2777.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