You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.0.0-alpha.2
Environment
"vue": "^3.2.1"
Reproduction link
Steps to reproduce
1.Set empty data when init
2.Set data in onMounted
3.Then you will find the button position of expanding tree data is wrong, and the indentation of tree data is missing
What is expected?
The position of the button to expand the tree data is correct, and the indentation of the tree data is normal
What is actually happening?
The layout of the table is disordered
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.2
Environment
"vue": "^3.2.1"
Reproduction link
Steps to reproduce
1.Set empty data when init
2.Set data in
onMounted
3.Then you will find the button position of expanding tree data is wrong, and the indentation of tree data is missing
What is expected?
The position of the button to expand the tree data is correct, and the indentation of the tree data is normal
What is actually happening?
The layout of the table is disordered
The text was updated successfully, but these errors were encountered: