code refactoring

This commit is contained in:
Burak Civan
2022-06-14 11:06:16 +03:00
parent eff1c5e816
commit 7ac568ece1
12 changed files with 16 additions and 7 deletions

View File

@ -17,6 +17,7 @@
::disabled="form.loading"
override="class"
>
<span>{{ trans('general.save') }}</span>
<x-button.loading v-if="form.loading" text="{{ trans('general.save') }}" text-hide="[{'opacity-0': form.loading}]" />
</x-button>
</div>