Skip to content

Commit

Permalink
Vue syntax fix to allow npm run dev to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Mar 19, 2019
1 parent c7c2b86 commit bd85483
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions resources/assets/js/components/importer/importer-file.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ tr {
</div>
</div>
</div>
<div class="alert col-md-12"
<div class="alert col-md-12 alertClass" style="text-align:left"
:class="alertClass"
style="text-align:left"
v-if="statusText">
{{ this.statusText }}
</div>
Expand Down Expand Up @@ -82,9 +81,8 @@ tr {
<br><br>
</div>

<div class="alert col-md-12" style="padding-top: 20px;"
<div class="alert col-md-12 alertClass" style="padding-top: 20px;"
:class="alertClass"
style="text-align:left"
v-if="statusText">
{{ this.statusText }}
</div>
Expand Down

0 comments on commit bd85483

Please sign in to comment.