Browse Source

refactor: disable v-rating for appstore

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/1368/head
Raju Udava 3 years ago
parent
commit
3aa8bb81e5
  1. 14
      packages/nc-gui/components/project/appStore.vue

14
packages/nc-gui/components/project/appStore.vue

@ -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>-->

Loading…
Cancel
Save