Skip to content

Commit

Permalink
add start() call to SPA docs
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Aug 9, 2019
1 parent f9a6886 commit 3b25740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/docs/spa-mode.blade.md
Expand Up @@ -21,6 +21,7 @@ Turbolinks.start()
document.addEventListener('turbolinks:load', () => {
if (! window.livewire) {
window.livewire = new Livewire()
window.livewire.start()
} else {
window.livewire.restart()
}
Expand Down

0 comments on commit 3b25740

Please sign in to comment.