This commit is contained in:
Samuel Štancl 2022-09-26 14:06:15 +02:00 committed by GitHub
parent 4489c4f08e
commit 92193136b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,10 +67,10 @@ Route::group([
}); });
``` ```
Finally, open the blade file where the `@livewireScripts` directive is, and add: Finally, open the blade file where the `@@livewireScripts` directive is, and add:
```html ```html
@livewireScripts @@livewireScripts
<script> <script>
window.livewire_app_url = '{{ tenant()->id }}'; window.livewire_app_url = '{{ tenant()->id }}';
</script> </script>