Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 353 Bytes

v-image-fix.md

File metadata and controls

15 lines (12 loc) · 353 Bytes

v-image-fix

To be used with image elements in row, this will just help update the image faster/remove old as you scroll

<v-grid-col col-width="107">
  <v-header-template>
    <p>Profile Img</p>
  </v-header-template>
  <v-row-template>
    <image v-image-fix="images" src.bind="rowRef.images"></image>
  </v-row-template>
</v-grid-col>