--- pageClass: rule-details sidebarDepth: 0 title: vue/no-textarea-mustache description: disallow mustaches in ` ```
::: warning Note Interpolation on textareas (``) won't work. Use `v-model` instead. :::
## :wrench: Options Nothing. ## :books: Further Reading - [Guide - Form Input Bindings / Multiline text](https://vuejs.org/guide/essentials/forms.html#multiline-text) ## :rocket: Version This rule was introduced in eslint-plugin-vue v3.0.0 ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-textarea-mustache.js) - [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-textarea-mustache.test.ts)