0👍
If you want to use Vue data properties as HTML Attribute, just put a ":" in front of it.
<div :id="name_of_data_property">
- [Vuejs]-How to prevent user change profile id in URL? Vue 3 Nodejs
- [Vuejs]-Vuex mutator method unable to change state properties
Source:stackexchange.com