Skip to content

wrapper.html does not display v-bind elements #773

@ykhirao

Description

@ykhirao

Version

1.0.0-beta.20

Reproduction link

https://codesandbox.io/s/x3p3725mm4

Steps to reproduce

Could you see Todo.spec.js file, and run the test.

In the console, checked is not displayed in wrapper.html() .

What is expected?

<div>
  <input type="checkbox" checked>
  <span>Hello from data</span>
</div>

What is actually happening?

<div>
  <input type="checkbox">
  <span>Hello from data</span>
</div>

I want to show checked in the html.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions