GrafiteInc/Scaffold

View on GitHub
resources/js/script-components/app-events.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Location for handling events from the app.
 */
// document.addEventListener('DOMContentLoaded', (event) => {
//     window.app.$events.listen('UserForm.success', () => {
//         window.notify.info('WHOA');
//     });
// });