From 27f90a29dcea6477bb87c8256ef00dd50fc8492c Mon Sep 17 00:00:00 2001 From: Margulan Date: Thu, 10 Dec 2020 13:27:21 +0600 Subject: [PATCH] Fix typo --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 851a430..96901c7 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -if (typeof window.livewire === 'undefined') { +if (typeof window.Livewire === 'undefined') { throw 'Livewire Turbolinks Plugin: window.Livewire is undefined. Make sure @livewireScripts is placed above this script include' }