From 7c273a8bcab2da87acb3431448a53e91e360d5eb Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Sun, 19 Jan 2020 21:18:15 +0000 Subject: [webapp] upgrade/migration from vuetify 1.5 to 2.X still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col) --- webapp/src/components/AccountModule.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'webapp/src/components/AccountModule.vue') diff --git a/webapp/src/components/AccountModule.vue b/webapp/src/components/AccountModule.vue index a39a414..73f85fb 100644 --- a/webapp/src/components/AccountModule.vue +++ b/webapp/src/components/AccountModule.vue @@ -66,7 +66,7 @@ - - +
- + create{{ $t('edit') }}
- {{ $t('cancel') }} + {{ $t('cancel') }} save{{ $t('save') }} @@ -197,17 +197,17 @@ - +
- + create{{ $t('edit') }}
- +
- {{ $t('cancel') }} + {{ $t('cancel') }} save{{ $t('save') }} @@ -247,7 +247,7 @@ - {{ $t('cancel') }} + {{ $t('cancel') }} {{ $t('delete') }} -- cgit v1.2.3-55-g7522