-
Notifications
You must be signed in to change notification settings - Fork 202
add css for multi root elements #52
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
Conversation
# Conflicts: # README.md # dist/halower-tree.min.css # dist/v2-tree.js # dist/v2-tree.js.map # src/components/tree.vue
src/components/tree.vue
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if u use a random id, then no initialization ID how to deal with?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if the ID may exist may not exist, then the existence of id here is what is the meaning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tend to the user's own incoming ID, and you
Sorry, this pull request include also the generation of ID. I will made a brand new pull request with only che CSS part
Hi,
I made a small change to the css to display multi root elements correctly.
Thanks for this great components!
Matteo