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

Event handler messes up <table> rendering #1306

Closed
sneppy opened this issue Jun 5, 2020 · 2 comments
Closed

Event handler messes up <table> rendering #1306

sneppy opened this issue Jun 5, 2020 · 2 comments

Comments

@sneppy
Copy link

sneppy commented Jun 5, 2020

Version

3.0.0-beta.14

Reproduction link

https://github.com/sneppy/vue-table-bug.git

Steps to reproduce

Start dev server and navigate to localhost:8080

What is expected?

Table is rendered correctly and clicking the first row triggers a 'clicked' message in the console window:

(1, 1)	(1, 2)	(1, 3)
(2, 1)	(2, 2)	(2, 3)
(3, 1)	(3, 2)	(3, 3)

What is actually happening?

Click event works, but table is not rendered correctly:

(1, 1)	(1, 2)	(1, 3)
(2, 1)(2, 2)(2, 3)(3, 1)(3, 2)(3, 3)

Removing the '@click` event handler seems to solve the rendering issue.

@underfin
Copy link
Member

underfin commented Jun 6, 2020

#1230

@yyx990803
Copy link
Member

Closed via fuchunhui@a215fed

@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants