Pass funded as prop to vue component

This commit is contained in:
leigh-mil 2019-02-01 14:32:28 -05:00
parent 4c775517b9
commit 277e440f0b

View File

@ -17,6 +17,7 @@
inline-template
v-bind:data='{{ task_orders | tojson }}'
v-bind:expired='{{ 'true' if expired else 'false' }}'
v-bind:funded='{{'true' if funded else 'false' }}'
v-cloak
>
<div class='responsive-table-wrapper'>