diff --git a/src/guide/template-syntax.md b/src/guide/template-syntax.md index 0ee1f9809e..25a15fcf3b 100644 --- a/src/guide/template-syntax.md +++ b/src/guide/template-syntax.md @@ -49,13 +49,15 @@ Mustaches cannot be used inside HTML attributes. Instead, use a [`v-bind` direct
``` -In the case of boolean attributes, where their mere existence implies `true`, `v-bind` works a little differently. In this example: +If the bound value is `null` or `undefined` then the attribute will not be included on the rendered element. + +In the case of boolean attributes, where their mere existence implies `true`, `v-bind` works a little differently. For example: ```html ``` -If `isButtonDisabled` has the value of `null` or `undefined`, the `disabled` attribute will not even be included in the rendered `