Skip to content

Commit

Permalink
Merge pull request #30 from faustbrian/patch-1
Browse files Browse the repository at this point in the history
add `start()` call to SPA docs
  • Loading branch information
calebporzio committed Aug 9, 2019
2 parents f9a6886 + 3b25740 commit 33f4494
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 33f4494

Please sign in to comment.