var exampleVM = new Vue({
el: '#one',
data: {
name:"Hoping you take that jump '\n'But don't fear the fall Hope when the water rise You built a wall \n Hoping the crowd screams outScreaming your name",
activeColor:'red',
fontSize:30
}
});
这里的数据里面name:中的内容,在页面上为什么没有分行?换行符“/n”为什么没有生效?
另外,如果想数据中每一行的文字,都加行样式,该如何写呢?
小弟新手,求教了
这样试试,
但是要注意避免XSS攻击