处理ellipsis和title
<span slot="remarkSlot" slot-scope="text"> <ellipsis :length="25" tooltip>{{ text }}</ellipsis> <a-tooltip> <template slot="title"> {{ text }} </template> </a-tooltip> </span>
请阅读后点赞,谢谢
<span slot="remarkSlot" slot-scope="text"> <ellipsis :length="25" tooltip>{{ text }}</ellipsis> <a-tooltip> <template slot="title"> {{ text }} </template> </a-tooltip> </span>