In the vue file, the binding property uses a string template, written like this

:name="`name-client-${count}`"
Copy the code

Please refer to Combining String & Variable in Element attribute in Vue component Template