The doc about [boolean attributes](https://v3.vuejs.org/guide/template-syntax.html#attributes) says: > If `isButtonDisabled` has the value of `null` or `undefined`, the disabled attribute will not even be included in the rendered `<button>` element. To be more clear, not only `null` or `undefined`, all falsy values mean not disabled, while all truthy values mean disabled.