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

@ -21,6 +21,7 @@
@click="onModuleLoadMore('releases')"
class="w-48 bg-green m-auto block whitespace-nowrap px-4 py-2 border border-transparent rounded-md shadow-sm text-base font-medium text-white text-center js-learn-more js-button-modal-submit hover:bg-green-700 disabled:bg-green-300"
>
<span>{{ trans('modules.see_more') }}</span>
<x-button.loading v-if="loadMoreLoading" text="{{ trans('modules.see_more') }}" text-hide="[{'opacity-0': loadMoreLoading}]" />
</button>
</div>