-
Notifications
You must be signed in to change notification settings - Fork 8
Handle proxies list with vue3 #28
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
Handle proxies list with vue3 #28
Conversation
jourdain
left a comment
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.
Seems reasonable
|
@jourdain, it seems Vue3 does not support VSelect "header" items the same way Vue2 did. Should I add a fix here so that domains value that used the "header" key (resulting in a section in the dropdown) are interpreted the same way as in Vue2 ? |
Which ever is easier. I'm fine either way |
Support both 'text' and 'title' defined items in sw-select widgets
Support 'header' entries in sw-select items list to maintain support from vuetify2 syntax
834d442 to
5904d98
Compare
|
@jourdain I removed the unnecessary ref and fixed the header problem. If you validate, I think we can merge. |
|
LGTM, you can merge when you want |
No description provided.