--- state: textarea: '' disabled: true --- ### Disabled A `VTextarea` can be shown in a disabled state. For that, you need to wrap it inside a `` component. Simply add the `disabled` attribute to the target textarea element. ```vue ```