<template> <div >
<div style="font-size: 12px;" @click.native="onZyInfo(item)" v-html="formatEscapeChar(item.attachmentContent)"></div>
</div>
</template>
methods:{
onZyInfo(item){
}
}
<template> <div >
<div style="font-size: 12px;" @click.native="onZyInfo(item)" v-html="formatEscapeChar(item.attachmentContent)"></div>
</div>
</template>
methods:{
onZyInfo(item){
}
}