Skip to content

Issue in IE 11: template v-if in table row leads to fragment instance #2404

@pgunya

Description

@pgunya

Vue.js version

1.0.16

Reproduction Link

https://jsfiddle.net/pgunya/v8ndoocg/

Steps to reproduce

Add <template v-if="..."> element in table row and check in IE.

What is Expected?

No fragment instance and correct behaviour.

What is actually happening?

In Internet Explorer 11 when <template v-if="..."> element is present inside template's table row then vue gives a warning about fragment instance and template v-if doesn't work as expected. In latest Chrome and Firefox this works fine. At the same time <template v-if="..."> works fine if placed inside other tag, example: https://jsfiddle.net/pgunya/sa7vtgtt/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions