diff --git a/docs/.vuepress/components/res_store.vue b/docs/.vuepress/components/res_store.vue index 08e642e..7bf31b6 100644 --- a/docs/.vuepress/components/res_store.vue +++ b/docs/.vuepress/components/res_store.vue @@ -8,6 +8,7 @@ fetch('https://bot.liteyuki.icu/assets/resources.json') .then(response => response.json()) .then(data => { items.value = data + }) .catch(error => console.error(error)) @@ -18,7 +19,7 @@ fetch('https://bot.liteyuki.icu/assets/resources.json')