개발/error debuging
vuejs 에서 데이터에 html 태그를 text 로 쓰고 싶을 때
지엔키
2022. 10. 25. 17:09
728x90
반응형
<p :inner-html.prop="data | filter"></p>
이렇게 쓰시면 됩니다.
https://stackoverflow.com/questions/49852480/adding-html-in-vue-js-using-data-filters
Adding html in Vue.js using data filters?
I am trying to use the Filter feature in Vue.js to add html tags inside a String, the documents suggests this should be somehow feasible but I'm getting nowhere. The point is the data should just a
stackoverflow.com
728x90
반응형