Merge branch 'master' of https://github.com/primefaces/primevue
commit
4d58949b4a
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<TTColumnSlot :node="node" :column="col" type="body" v-if="col.$scopedSlots.body" />
|
<TTColumnSlot :node="node" :column="col" type="body" v-if="col.$scopedSlots.body" />
|
||||||
<template><span>{{resolveFieldData(node.data, col.field)}}</span></template>
|
<template v-else><span>{{resolveFieldData(node.data, col.field)}}</span></template>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue