UNPKG

stimulus_reflex

Version:

Build reactive applications with the Rails tooling you already know and love.

11 lines (9 loc) 116 B
let app = {} export default { get app () { return app }, set (application) { app = application } }