Skip to content
Discussion options

You must be logged in to vote

Well, it was not too bad... Just a typo in your vue3 example because of our rudimentary args processing.

So the vuetify event name is update:modelValue which you translated to update_model_value but in our generated Python from vuetify3 API it got mapped to update_modelValue.

A way to validate what you wrote in Python get properly translated is to just print the widget:

from trame.app import get_server
from trame.widgets import vuetify3 as vuetify
from trame.widgets import html
from trame.ui.vuetify3 import SinglePageWithDrawerLayout

# -----------------------------------------------------------------------------
# Trame setup
# ------------------------------------------------------------…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@resammc
Comment options

Answer selected by resammc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants