feat/reverb (#20)
Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/20
This commit is contained in:
parent
74bc17d019
commit
21147af908
30 changed files with 1948 additions and 29 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
document.addEventListener('livewire:init', () => {
|
||||
Livewire.on('insert-editor-content', (data) => {
|
||||
// console.log('Received insert-editor-content data:', data);
|
||||
|
|
@ -44,3 +43,11 @@ document.addEventListener('livewire:init', () => {
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
/**
|
||||
* Echo exposes an expressive API for subscribing to channels and listening
|
||||
* for events that are broadcast by Laravel. Echo and event broadcasting
|
||||
* allow your team to quickly build robust real-time web applications.
|
||||
*/
|
||||
|
||||
import './echo';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue