Skip to content

Commit

Permalink
fix: fixed date field parsing array format on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Liberty-liu committed Nov 30, 2023
1 parent 1c3a0e7 commit c50edc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/formEditor/components/FormTypes/Date/mobile.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<script>
import dayjs from 'dayjs'
import arraySupport from 'dayjs/plugin/arraySupport.js'
import hooks from '@ER/hooks'
import { ref, computed, watch } from 'vue'
import _ from 'lodash-es'
// 统一交换时间戳
dayjs.extend(arraySupport)
export default {
name: 'er-date',
inheritAttrs: false,
Expand Down

0 comments on commit c50edc5

Please sign in to comment.