Skip to content

Commit

Permalink
enhancements on installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Dec 1, 2023
1 parent ab9709a commit d00533a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/documentation/installation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
easier for TallStack developers, but it brought up one concern that you need to be aware of.
<u>You need to ensure that AlpineJS is always available, even when you are not in a Livewire
component but want to use TallStackUI components.</u> To do this, make sure you load AlpineJS
independently of Livewire using the <x-block>@livewireScript</x-block> directive:
independently of Livewire:
</p>
<x-code language="blade" :contents="$alpine" :copy="false" />
<a href="https://livewire.laravel.com/docs/installation#manually-including-livewires-frontend-assets" class="underline" target="_blank">Learn more about it in the Livewire documentation.</a>
Expand Down

0 comments on commit d00533a

Please sign in to comment.