最新文章
推荐文章
热点文章
问题一:Vue2.0不再支持在v-html中使用过滤器怎么办?
解析:①全局方法(推荐)
Vue.prototype.msg=function(msg){
returnmsg.replace(\n,br)
}
divv-html=msg(content)/div
②
转载请注明:http://www.guyukameng.com/php/php/16208.html