vue null or undefined

·

1 min read

Conditional rendering of attributes changed in Vue 3. To omit an attribute use null or undefined. Vue 2:

Result:

Result:

Vue 3:

Result:

Result: