mavo icon indicating copy to clipboard operation
mavo copied to clipboard

Allow mv-list and its attributes on mv-app?

Open karger opened this issue 2 years ago • 0 comments

In mavo when we have mv-app="foo", foo becomes the name by which we can refer to the root object of the app. Which has always been consistent for apps whose root object is an object. But when the root object is a list it got complicated; you need to define a property inside the mv-app to hold the list and change the way you reference it. But now that we have fixed mv-multiple, the consistent way to have an app whose (root) data is a list would just be to put mv-list onto the mv-app element.

But right now that doesn't work. https://codepen.io/karger/pen/oNmyaqW?editors=1100

karger avatar Nov 25 '23 23:11 karger