mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
escape @
This commit is contained in:
parent
4489c4f08e
commit
92193136b5
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue