|
|
@ -99,13 +99,13 @@ |
|
|
|
<v-card-subtitle class="pb-1" v-text="app.description" /> |
|
|
|
<v-card-subtitle class="pb-1" v-text="app.description" /> |
|
|
|
<v-card-actions> |
|
|
|
<v-card-actions> |
|
|
|
<div class="d-flex justify-space-between d-100 align-center"> |
|
|
|
<div class="d-flex justify-space-between d-100 align-center"> |
|
|
|
<v-rating |
|
|
|
<!-- <v-rating--> |
|
|
|
full-icon="mdi-star" |
|
|
|
<!-- full-icon="mdi-star"--> |
|
|
|
readonly |
|
|
|
<!-- readonly--> |
|
|
|
length="5" |
|
|
|
<!-- length="5"--> |
|
|
|
size="15" |
|
|
|
<!-- size="15"--> |
|
|
|
:value="5" |
|
|
|
<!-- :value="5"--> |
|
|
|
/> |
|
|
|
<!-- />--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <span class="subtitles" v-if="app.price && app.price !== 'Free'">${{ app.price }} / mo</span>--> |
|
|
|
<!-- <span class="subtitles" v-if="app.price && app.price !== 'Free'">${{ app.price }} / mo</span>--> |
|
|
|
<!-- <span class="subtitles" v-else>Free</span>--> |
|
|
|
<!-- <span class="subtitles" v-else>Free</span>--> |
|
|
|