diff --git a/components/CheckboxIcon.vue b/components/CheckboxIcon.vue
index e06a8c2..1ff67c1 100644
--- a/components/CheckboxIcon.vue
+++ b/components/CheckboxIcon.vue
@@ -1,6 +1,6 @@
-
+
@@ -19,6 +19,11 @@ export default {
}
}
},
+ data() {
+ return {
+ webUrl: Object.freeze(this.$VUE_APP_RESOURCES_URL)
+ }
+ },
computed: {
isSelected: function() {
return this.defaultState
diff --git a/pages/cart.vue b/pages/cart.vue
index e7ae925..7d73c9c 100644
--- a/pages/cart.vue
+++ b/pages/cart.vue
@@ -1,7 +1,7 @@