Vue.component('buttons',{ data: function(){ return{ count:0 } }, template:'<h1 @click="count+=99" style="font-size: 12em;color: red;">我对你的爱只有上限,没有下限!!!{{count}}</h1>' })
如上图中加下划线的位置,style="font-size:12em",生效,但是如果改成px就不生效
Vue.component('buttons',{ data: function(){ return{ count:0 } }, template:'<h1 @click="count+=99" style="font-size: 12em;color: red;">我对你的爱只有上限,没有下限!!!{{count}}</h1>' })
如上图中加下划线的位置,style="font-size:12em",生效,但是如果改成px就不生效
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。