{{ $t('monthlyMysteryItems') }}
@@ -628,6 +628,7 @@ import paymentsMixin from '../../mixins/payments';
import notificationsMixin from '../../mixins/notifications';
import subscriptionOptions from './subscriptionOptions.vue';
+import Sprite from '@/components/ui/sprite';
import amazonPayLogo from '@/assets/svg/amazonpay.svg';
import applePayLogo from '@/assets/svg/apple-pay-logo.svg';
@@ -648,6 +649,7 @@ import subscriberHourglasses from '@/assets/svg/subscriber-hourglasses.svg';
export default {
components: {
subscriptionOptions,
+ Sprite,
},
mixins: [paymentsMixin, notificationsMixin],
data () {
diff --git a/website/client/src/components/shops/itemWithLabel.vue b/website/client/src/components/shops/itemWithLabel.vue
index 00519d949a..0a90910886 100644
--- a/website/client/src/components/shops/itemWithLabel.vue
+++ b/website/client/src/components/shops/itemWithLabel.vue
@@ -17,10 +17,10 @@
:emptyItem="emptyItem"
>
-
+ :imageName="item.class"
+ />
import { v4 as uuid } from 'uuid';
+import Sprite from '@/components/ui/sprite';
export default {
components: {
+ Sprite,
},
props: {
item: {
diff --git a/website/client/src/components/shops/shopItem.vue b/website/client/src/components/shops/shopItem.vue
index 5f18283e62..4f4c5745e5 100644
--- a/website/client/src/components/shops/shopItem.vue
+++ b/website/client/src/components/shops/shopItem.vue
@@ -41,10 +41,10 @@
class="suggestedDot"
>
-
+ :imageName="item.class"
+ />