Skip to content

Commit 9ac2896

Browse files
authored
Merge pull request #18 from edimitchel/master
fix(star-rating): use SFC component instead of umd
2 parents 908a3da + c053c2d commit 9ac2896

File tree

3 files changed

+2
-81
lines changed

3 files changed

+2
-81
lines changed

components/AppStoreGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</template>
4646

4747
<script>
48-
import StarRating from "vue-star-rating";
48+
import StarRating from "vue-star-rating/src/star-rating.vue";
4949
5050
export default {
5151
props: {

components/Logo.vue

Lines changed: 0 additions & 79 deletions
This file was deleted.

pages/product/_id.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<script>
5454
import { mapState } from "vuex";
55-
import StarRating from "vue-star-rating";
55+
import StarRating from "vue-star-rating/src/star-rating.vue";
5656
import AppFeaturedProducts from "~/components/AppFeaturedProducts.vue";
5757
5858
export default {

0 commit comments

Comments
 (0)