-
Notifications
You must be signed in to change notification settings - Fork 6
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
:each breaks after object state change but works fine with arrays #12
Comments
Thanks for the report. Will have a look |
Thanks for the report! Fixed in 8.1.0. |
Indeed that will fit my use case and will be consistent with other frameworks. |
Ok, added in 8.1.1. |
Yes I do.
My data comes from an API as an array of objects (json) and I want to
render it in a table format.
I find it strange to convert it to an array of arrays so I better leave it
as an object.
Kind regards!
…On Sat, Jan 6, 2024 at 8:52 PM Dmitry Iv. ***@***.***> wrote:
So you need it?
—
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXYGGQYVCBNVECGAWLUP3TYNGMNRAVCNFSM6AAAAABBPL6BROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZG44DEMJUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You're welcome, try and lmk. |
Updates of object values is breaking :each but works with array updates (flems.io playground example http://tinyurl.com/25skdzrj):
The result is:
and I expected:
Because of this I am still using petite-vue but I would have preferred sprae instead.
I really appreciate your work, especially the latest performance improvements!
Thank you!
The text was updated successfully, but these errors were encountered: