Skip to content

Commit 38a3226

Browse files
Update generator/templates/Default/src/components/crud/fields/KTimeField.vue
Co-authored-by: Martijn Zentjens <martijn@kingscode.nl>
1 parent 6a3b719 commit 38a3226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/templates/Default/src/components/crud/fields/KTimeField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<script>
4545
import Field from '@/components/crud/fields/FieldMixin.vue';
46-
import dayjs from 'dayjs';
46+
import dayjs from '@/plugins/dayjs';
4747
4848
export default {
4949
name: 'KTimeField',

0 commit comments

Comments
 (0)