mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Update source/docs/v3/integrations/livewire.blade.md
Co-authored-by: lukinovec <lukinovec@gmail.com>
This commit is contained in:
parent
92193136b5
commit
524cfd29ed
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ 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>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue