Registers custom JavaScript handlers for Shiny-to-Vue communication.
This dependency loads vue_handlers.js, which enables R to update Vue component fields or entire data objects
via update_vue_component and update_vue_data custom messages.
It should be included in the UI (typically via use_element()) to ensure all Vue update handlers are available.