diff --git a/js/package.json b/js/package.json index 55113d70b..2ab633f1e 100644 --- a/js/package.json +++ b/js/package.json @@ -94,7 +94,6 @@ }, "devDependencies": { "@histoire/plugin-vue": "^0.10.0", - "@intlify/vite-plugin-vue-i18n": "^6.0.0", "@playwright/test": "^1.25.1", "@rushstack/eslint-patch": "^1.1.4", "@tailwindcss/forms": "^0.5.2", diff --git a/js/src/components/Account/ActorCard.vue b/js/src/components/Account/ActorCard.vue index 4ae3e256f..8ca1d5152 100644 --- a/js/src/components/Account/ActorCard.vue +++ b/js/src/components/Account/ActorCard.vue @@ -11,6 +11,7 @@ alt="" width="48" height="48" + loading="lazy" /> diff --git a/js/src/components/Categories/CategoryCard.vue b/js/src/components/Categories/CategoryCard.vue index 1c3e5c6df..d030ed88f 100644 --- a/js/src/components/Categories/CategoryCard.vue +++ b/js/src/components/Categories/CategoryCard.vue @@ -29,6 +29,7 @@ width="384" height="384" alt="" + loading="lazy" />

diff --git a/js/src/components/Event/EventMap.vue b/js/src/components/Event/EventMap.vue index 0a3d050b9..f68111bfd 100644 --- a/js/src/components/Event/EventMap.vue +++ b/js/src/components/Event/EventMap.vue @@ -70,7 +70,7 @@