### Disabled input An `VInput` can be shown in a disabled state. To apply that style, simply add the `disabled` atribute to the target input element. ```vue ```