-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix proxy list #24
Fix proxy list #24
Conversation
e7adbbb
to
9e7bd27
Compare
Can you try to fix #23 too? |
Prevent deletion of element of proxy list below default size
} | ||
this.dynamicSize = this.model.length; |
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.
now that you know what dynamicSize is, you might want to "document" it somewhere.
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.
It is simply a reactive Vue property. It is defined differently in Vue2 and Vue3 but in both cases the point is that updating it updates the component.
It is defined for multiple files, should it be ducomented in all of these places ?
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.
should it be ducomented in all of these places ?
not necessarily. Wherever it makes most sense, but it can simply be in the file you modified in your commit.
LGTM for the 3 latest commits |
Draft status should be removed once ready |
Fix recent bugs introduced in PR#22 (proxy-list support):