Pass funded as prop to vue component
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
inline-template
|
inline-template
|
||||||
v-bind:data='{{ task_orders | tojson }}'
|
v-bind:data='{{ task_orders | tojson }}'
|
||||||
v-bind:expired='{{ 'true' if expired else 'false' }}'
|
v-bind:expired='{{ 'true' if expired else 'false' }}'
|
||||||
|
v-bind:funded='{{'true' if funded else 'false' }}'
|
||||||
v-cloak
|
v-cloak
|
||||||
>
|
>
|
||||||
<div class='responsive-table-wrapper'>
|
<div class='responsive-table-wrapper'>
|
||||||
|
Reference in New Issue
Block a user