vue attribute中使用字符串模板 template string

883 阅读1分钟

vue文件中,绑定属性使用字符串模板,这样写

:name="`name-client-${count}`"

参考Combining string & variable in element attribute in Vue component template