DEBSOURCES
Skip Quicknav
sources / python-trame-client / 3.11.2-1 / examples / vue3 / v_on.py
12345
from trame_client.widgets import html from trame.app import get_server server = get_server() print(html.Div(trame_server=server, v_on_click_left_stop_self="hello"))