Vue: How to manipulate a html attribute without value like 'readonly'?

Created on 23 Nov 2015  路  1Comment  路  Source: vuejs/vue

Most helpful comment

Just bind it with v-bind. If the bound value is falsy the attribute is removed.

>All comments

Just bind it with v-bind. If the bound value is falsy the attribute is removed.

Was this page helpful?
0 / 5 - 0 ratings