Skip to content

Commit 6489ec5

Browse files
Merge remote-tracking branch 'origin/update-scaffold' into update-scaffold
2 parents c43efd0 + 79ab69e commit 6489ec5

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

generator/templates/Authorisation/src/locales/nl/authorisation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"actions": {
3434
"login": "Inloggen",
3535
"passwordForgotten": "Wachtwoord vergeten",
36-
"logOff": "Uitloggen"
36+
"logout": "Uitloggen"
3737
}
3838
}

generator/templates/Authorisation/src/views/authorisation/InvitationAccept.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<template>
2-
32
<v-row align="stretch" justify-md="center">
43
<v-col md="3">
54
<v-form @submit.prevent="handleAccept()" ref="form" v-model="isValid">

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<script>
4040
import Field from '@/components/crud/fields/FieldMixin.vue';
41-
import dayjs from 'dayjs';
41+
import dayjs from '@/plugins/dayjs';
4242
4343
export default {
4444
name: 'KDateField',
@@ -93,4 +93,3 @@ export default {
9393
},
9494
};
9595
</script>
96-

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)