Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Build files
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Sep 23, 2021
1 parent 03763b7 commit b362e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/livewire-turbolinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}

window.Livewire.restart();
window.Alpine && window.Alpine.flushAndStopDeferringMutations && window.Alpine.flushAndStopDeferringMutations();
}

function wireTurboBeforeCache() {
Expand All @@ -29,6 +30,7 @@
};
el.setAttribute('wire:initial-data', JSON.stringify(dataObject));
});
window.Alpine && window.Alpine.deferMutations && window.Alpine.deferMutations();
}

document.addEventListener("turbo:load", wireTurboAfterFirstVisit);
Expand Down

0 comments on commit b362e2c

Please sign in to comment.