1👍
✅
You can split your string concatenation up, and put the text that you want in between <strong>
tags:
<template slot-scope="scope">
<strong>{{ formatModel(scope.row.subject_type) }}</strong>:
{{ scope.row.description }}
</template>
Source:stackexchange.com