Skip to content

Commit

Permalink
Update readme and change v-cloak position
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal committed Jan 15, 2025
1 parent 83461c5 commit afb75a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ And the form to add a review:

Add somewhere in `resources/views/category/partials/listing/item.blade.php`:
```blade
<x-rapidez-reviews::stars v-if="item.reviews_count" v-bind:count="item.reviews_count" v-bind:score="item.reviews_score"/>
<x-rapidez-reviews::stars v-if="item.reviews_count" count="item.reviews_count" score="item.reviews_score"/>
```

Expand Down
2 changes: 1 addition & 1 deletion resources/views/form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class="sr-only"
<x-rapidez::button.secondary type="submit">
@lang('Submit Review')
</x-rapidez::button.secondary>
<span v-if="mutated" v-cloak class="ml-3 text-green-500">
<span v-if="mutated" class="ml-3 text-green-500" v-cloak>
@lang('You submitted your review for moderation.')
</span>
</div>
Expand Down

0 comments on commit afb75a4

Please sign in to comment.