Lazy loading (#41)

* lazy-loading and solved bugs

* lazy-loading for pull request on master

* Update vuefilemanager.php

Co-authored-by: Peter Papp <peterpapp@makingcg.com>
This commit is contained in:
Miloš Holba
2020-10-24 09:40:05 +02:00
committed by GitHub
parent 12d6b0bf57
commit fd6aa5c6b2
72 changed files with 166 additions and 131 deletions

View File

@@ -81,7 +81,7 @@
</ValidationProvider>
</div>
<InfoBox v-if="isError" type="error" style="margin-bottom: -20px">
<InfoBox v-if="isError" type="error" >
<p>{{ errorMessage }}</p>
</InfoBox>