Framework7 Vue Virtual List

Hi,

I have problem with virtual list on framework7 vue.
I want to make virtual list with subtitle contains with this :

<f7-row no-gap>
   <f7-col width="40">
       Column
   </f7-col>
   <f7-col
       width="10"
       class="text-center"
   >
       :
   </f7-col>
   <f7-col width="50">
      {{ value }}
   </f7-col>
</f7-row>

How to setting the itemTemplate parameter?

Thanks.

In Vue you must use Vue-way of doing things, check Vue VL example https://framework7.io/vue/virtual-list.html