Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
hizhengfu opened this issue Nov 6, 2015 · 0 comments

Comments

@hizhengfu
Copy link

[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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant