We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0217980 commit c4071c3Copy full SHA for c4071c3
src/uni_modules/wot-design-uni/components/wd-text/wd-text.vue
@@ -20,8 +20,8 @@ export default {
20
<script lang="ts" setup>
21
import { computed, ref, watch } from 'vue'
22
import { isDef, objToStyle } from '../common/util'
23
-import { dayjs } from '@/uni_modules/wot-design-uni'
24
import { textProps } from './types'
+import { dayjs } from '../common/dayjs'
25
26
const props = defineProps(textProps)
27
const emit = defineEmits(['click'])
0 commit comments