Skip to content

Commit c4071c3

Browse files
fix: 🐛 修复Text组件使用日期工具方法路径错误的问题
Closes: #453
1 parent 0217980 commit c4071c3

File tree

1 file changed

+1
-1
lines changed
  • src/uni_modules/wot-design-uni/components/wd-text

1 file changed

+1
-1
lines changed

src/uni_modules/wot-design-uni/components/wd-text/wd-text.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export default {
2020
<script lang="ts" setup>
2121
import { computed, ref, watch } from 'vue'
2222
import { isDef, objToStyle } from '../common/util'
23-
import { dayjs } from '@/uni_modules/wot-design-uni'
2423
import { textProps } from './types'
24+
import { dayjs } from '../common/dayjs'
2525
2626
const props = defineProps(textProps)
2727
const emit = defineEmits(['click'])

0 commit comments

Comments
 (0)