Skip to content

[Vue warn]:Attribute "is" is ignored on component <tr> because the component is a fragment instance #1729

@hizhengfu

Description

@hizhengfu

[Vue warn]:Attribute "is" is ignored on component <tr> because the component is a fragment instance: http://vuejs.org/guide/components.html#Fragment_Instance

1.0.6使用vue-router的情况下,直接刷新不会出现这个错误,再点击其它链接的时候就会出现这个提示。1.0.3无此问题。
tr定义如下:

<tr is="row" v-for="row in list | filterBy filterKey in fields| orderBy sortKey sortOrders[sortKey]"
            :row="row" :index="$index"></tr>

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