vue文件中,绑定属性使用字符串模板,这样写
:name="`name-client-${count}`"
参考Combining string & variable in element attribute in Vue component template
博客提及在vue文件中,绑定属性可使用字符串模板,并给出了参考内容Combining string & variable in element attribute in Vue component template 。
vue文件中,绑定属性使用字符串模板,这样写
:name="`name-client-${count}`"
参考Combining string & variable in element attribute in Vue component template
1524
792
6701
908

被折叠的 条评论
为什么被折叠?