diff --git a/src/views/store/Store.vue b/src/views/store/Store.vue index 8c97ced..606187d 100644 --- a/src/views/store/Store.vue +++ b/src/views/store/Store.vue @@ -112,7 +112,7 @@ const getPluginsData = async ({ done }: any) => { } }) */ - axios.get('https://halcyonalcedo.github.io/karin-store/plugins.json').then((data) => { + axios.get(`https://halcyonalcedo.github.io/karin-store/plugins.json?timestamp=${new Date().getTime()}`).then((data) => { plugins.value.push(...data.data) done('empty') })