vue不能这样使用模板字符串吗?

慕森王
浏览 657回答 2
2回答

大话西游666

模版字符串是js语法,不能这样写在template组件中,你可以这样写:style="`width:${rating*2/5}rem`":style="{width:rating*2/5 + 'rem'}"

忽然笑

可以的吧,官方有介绍v-bind:style="{'width':${rating}*2/5+'rem'}"${rating}*2/5 最好放在data数据里操作好些吧v-bind:style="{'width':rate+'rem'}"
打开App,查看更多内容
随时随地看视频慕课网APP