Skip to content

Commit

Permalink
fix: 🐛 修复Text组件使用日期工具方法路径错误的问题
Browse files Browse the repository at this point in the history
Closes: #453
  • Loading branch information
Moonofweisheng committed Jul 20, 2024
1 parent 0217980 commit c4071c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default {
<script lang="ts" setup>
import { computed, ref, watch } from 'vue'
import { isDef, objToStyle } from '../common/util'
import { dayjs } from '@/uni_modules/wot-design-uni'
import { textProps } from './types'
import { dayjs } from '../common/dayjs'
const props = defineProps(textProps)
const emit = defineEmits(['click'])
Expand Down

0 comments on commit c4071c3

Please sign in to comment.