diff --git a/_old/3Software.vue b/_old/3Software.vue deleted file mode 100644 index 2489702..0000000 --- a/_old/3Software.vue +++ /dev/null @@ -1,234 +0,0 @@ - - - - - diff --git a/i18n-2.xlsm b/i18n-2.xlsm index b994a42..e428af9 100644 Binary files a/i18n-2.xlsm and b/i18n-2.xlsm differ diff --git a/src/components/projectBlock.vue b/src/components/projectBlock.vue index ba74e0b..01755b2 100644 --- a/src/components/projectBlock.vue +++ b/src/components/projectBlock.vue @@ -8,7 +8,7 @@ rounded color="primary" class="w100 q-mt-md q-mb-xs fix-disabled-btn" :disable="!isFormValid" - @click = "emit('update')" + @click = "onSubmit" > {{ $t(btnText) }} @@ -45,15 +45,6 @@ class="w100 q-pt-sm" :label="$t('project_block__project_description')" /> - - @@ -62,9 +53,10 @@