from the ipyvuetify example notebook the solution is like, this, but how do i do this for a solara

from the ipyvuetify example notebook the solution is like, this, but how do i do this for a solara
component_vue
?
treeview = v.Treeview(items=items, selectable=False, activatable=True, v_model=[2], on_v_model=on_value)
treeview.on_event('update:active', on_activated)
Was this page helpful?