UNPKG

tdesign-mobile-vue

Version:
45 lines (41 loc) 1.28 kB
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ import _Tag from './tag.js'; import _CheckTag from './check-tag.js'; import { withInstall } from '../shared/component.js'; import '@babel/runtime/helpers/defineProperty'; import 'vue'; import 'tdesign-icons-vue-next'; import '../hooks/tnode.js'; import 'lodash/isFunction'; import 'lodash/camelCase'; import 'lodash/kebabCase'; import '../hooks/render-tnode.js'; import 'lodash/isEmpty'; import 'lodash/isString'; import 'lodash/isObject'; import '../config.js'; import './props.js'; import '../hooks/useClass.js'; import '../config-provider/useConfig.js'; import 'lodash/cloneDeep'; import '../config-provider/context.js'; import 'lodash/mergeWith'; import 'lodash/merge'; import 'lodash/isArray'; import '../_common/js/global-config/mobile/default-config.js'; import '../_common/js/global-config/mobile/locale/zh_CN.js'; import '../_chunks/dep-d5364bc4.js'; import '@babel/runtime/helpers/typeof'; import '../_chunks/dep-eb734424.js'; import 'dayjs'; import '@babel/runtime/helpers/slicedToArray'; import './check-tag-props.js'; import '../shared/useVModel/index.js'; var Tag = withInstall(_Tag); var CheckTag = withInstall(_CheckTag); export { CheckTag, Tag, Tag as default }; //# sourceMappingURL=index.js.map