UNPKG

tdesign-vue-next

Version:
44 lines (40 loc) 1.34 kB
/** * tdesign v1.20.5 * (c) 2026 tdesign * @license MIT */ import { defineComponent, createVNode } from 'vue'; import 'lodash-es'; import '@babel/runtime/helpers/toConsumableArray'; import '@babel/runtime/helpers/typeof'; import '../_chunks/dep-f6650a20.js'; import { a as useContent } 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 props from './content-props.js'; 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 _Content = defineComponent({ name: "TContent", props: props, setup: function setup() { var COMPONENT_NAME = usePrefixClass("layout__content"); var renderContent = useContent(); return function () { return createVNode("main", { "class": COMPONENT_NAME.value }, [renderContent("default", "content")]); }; } }); export { _Content as default }; //# sourceMappingURL=content.js.map