0👍
Please use v-bind directive to bind the attribute value as you can not use mustaches inside the html attribute.
Please replace your code with below syntax.
<input type="text" :placeholder="placeholder">
- [Vuejs]-Vue v-model does not seem to be working in modal
- [Vuejs]-Cloudflare doesn't block the access to my nuxt app
Source:stackexchange.com