Add v-cloak to all tables and charts

This commit is contained in:
Montana
2018-12-14 13:53:04 -05:00
parent 5e718c3cfc
commit 8c2a35c7ca
5 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
{"label": "Learn More", "href": url_for('atst.helpdocs'), "icon": "info"}
] ) }}
<div class='funding-summary-row'>
<div v-cloak class='funding-summary-row'>
<div class='funding-summary-row__col'>
<div class='panel spend-summary'>
@@ -131,6 +131,7 @@
{% else %}
<budget-chart
v-cloak
budget={{ budget }}
current-month='{{ current_month_index }}'
expiration-date='{{ expiration_date }}'