Open
Description
Version
3.2.6
Steps to reproduce
<template>
<div :title="undefined" :class="undefined" :style="undefined">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolore molestiae quod voluptas
reprehenderit possimus nihil eligendi iure et esse aut, iste natus porro enim rerum cumque
veniam quae! Quam, voluptatum.
</div>
</template>
What is expected?
None of title
, class
, style
should be rendered.
What is actually happening?
class
is rendered, the same thing applies to null
.
Additional info
This was fixed in v3.1.5 but is reproducible when using the latest commit.