-
-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support aliasing within the glide tag directly
This makes the following type of Blade template "Just Work": ```blade <s:glide :src="$multiple_assets" width="600" as="assets"> @foreach ($assets as $asset) {{ $asset['url'] }} @Endforeach </s:glide> ```
- Loading branch information
1 parent
c495de3
commit 213f865
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters