mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04: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
|
||||
@livewireScripts
|
||||
@@livewireScripts
|
||||
<script>
|
||||
window.livewire_app_url = '{{ tenant()->id }}';
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue