Skip to content

Commit

Permalink
export @handler
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Jan 19, 2025
1 parent a25a13d commit d71f477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactiveTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export @throttle, @clear_throttle
export @clear, @clear_vars, @clear_handlers

# app handling
export @page, @init, @handlers, @app, @appname, @app_mixin, @modelstorage
export @page, @init, @handlers, @app, @appname, @app_mixin, @modelstorage, @handler

# js functions on the front-end (see Vue.js docs)
export @methods, @watch, @computed, @client_data, @add_client_data
Expand Down

0 comments on commit d71f477

Please sign in to comment.