Skip to content

Commit

Permalink
make links clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Dec 15, 2024
1 parent 3cfb14a commit 835268d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/documentation/content/generic_events_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
Here you can find more information about the events that are supported:
- https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement#events for HTML elements
- https://quasar.dev/vue-components for Quasar-based elements (see the "Events" tab on the individual component page)
- <https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement#events> for HTML elements
- <https://quasar.dev/vue-components> for Quasar-based elements (see the "Events" tab on the individual component page)
''')
def generic_events_demo() -> None:
with ui.row():
Expand Down

0 comments on commit 835268d

Please sign in to comment.