How to make links clickable in a chat

前端 未结 2 1167
广开言路
广开言路 2021-01-16 14:18

I have a chat on my website that reads from a JSON file and grabs each message and then displays it using Vue.js. However, my problem is that when a user posts a li

2条回答
  •  庸人自扰
    2021-01-16 14:34

    You can watch or write computed method for the variable having url and manupulate it to html content and then use v-html to show html content on the page

    v-html

提交回复
热议问题