Skip to content

Instantly share code, notes, and snippets.

@JCharante
Created August 25, 2017 21:52
Show Gist options
  • Save JCharante/43280925930eba26a75c683128473b4e to your computer and use it in GitHub Desktop.
Save JCharante/43280925930eba26a75c683128473b4e to your computer and use it in GitHub Desktop.
<template slot="col-lastModified" scope="cell">
<context-menu :attributes="cell.row" @refreshObjects="$store.dispatch('getLibraryFiles')"/>
<q-item>
<q-item-side icon="fa-file-image-o" v-if="cell.row.objectType === 'picture'" color="primary"/>
<q-item-side icon="fa-file-video-o" v-else-if="cell.row.objectType === 'video'" color="secondary" />
<q-item-side icon="fa-file-o" v-else/>
<q-item-main :label="cell.data" label-lines="1" />
</q-item>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment