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

[Bug Report] el-table would rendered three time in every update, so it's slow #6276

Closed
XGHeaven opened this issue Aug 3, 2017 · 2 comments
Closed
Assignees

Comments

@XGHeaven
Copy link

XGHeaven commented Aug 3, 2017

Element UI version

1.4.1

OS/Browsers version

Macos

Vue version

2.4.2

Reproduction Link

https://jsfiddle.net/XGHeaven/qwnm2xbq/

Steps to reproduce

use formatter to see how times table render runs.
please see reproduction link.
you can see 12 Called text under table. because there have four rows of table, and one row format(render) three times.

What is Expected?

I expect only call one time of render function.

What is actually happening?

And now, three times called of render function.
Whatever the first render or update render, it always render three times.

@dongsuju
Copy link

dongsuju commented Aug 9, 2017

I also encountered this problem.

@hkongm
Copy link

hkongm commented Oct 7, 2017

同样碰到这个问题了
the same!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants