Pass funded as prop to vue component
This commit is contained in:
parent
4c775517b9
commit
277e440f0b
@ -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'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user