Merge pull request #497 from dod-ccpo/v-cloak

Prevent Vue from Loading Variables Before Evaluation
This commit is contained in:
montana-mil
2018-12-20 10:09:04 -05:00
committed by GitHub
5 changed files with 23 additions and 22 deletions

View File

@@ -75,7 +75,7 @@
</div>
{% endif %}
<div class="col col--grow">
<div v-cloak class="col col--grow">
{% if extended_view %}
<form @submit.prevent class='search-bar'>
@@ -109,7 +109,7 @@
</form>
{% endif %}
<div class='responsive-table-wrapper'>
<div v-cloak class='responsive-table-wrapper'>
<table v-if="filteredRequests.length">
<thead>
<tr>