get language text for vue component

This commit is contained in:
Cüneyt Şentürk
2021-01-22 16:01:48 +03:00
parent e476f300be
commit 4f21c14bf9
6 changed files with 15 additions and 2 deletions

View File

@ -9,6 +9,9 @@
<div class="input-group input-group-merge">
<akaunting-dropzone-file-upload
text-drop-file="{{ trans('general.drop_file') }}"
text-choose-file="{{ trans('general.choose_file') }}"
@if (!empty($attributes['dropzone-class']))
class="{{ $attributes['dropzone-class'] }}"
@endif