Fixed issue #5409
This commit is contained in:
parent
255f757521
commit
c999c27bb0
|
|
@ -56,7 +56,7 @@
|
|||
@endfor
|
||||
</div>
|
||||
|
||||
<div class="mt-10">
|
||||
<div class="mt-10" v-pre>
|
||||
{{ $review->comment }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
@endfor
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div v-pre>
|
||||
{{ $review->comment }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -52,9 +52,9 @@
|
|||
|
||||
<star-ratings ratings="{{ $review->rating }}"></star-ratings>
|
||||
|
||||
<h5 class="fw6">{{ $review->title }}</h5>
|
||||
<h5 class="fw6" v-pre>{{ $review->title }}</h5>
|
||||
|
||||
<p>{{ $review->comment }}</p>
|
||||
<p v-pre>{{ $review->comment }}</p>
|
||||
</div>
|
||||
|
||||
<div class="col-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue