fix: 続rss-ticker.vue修正

This commit is contained in:
tamaina 2023-01-09 15:45:22 +00:00
parent d64abedf9f
commit 02df6a28cd

View file

@ -108,9 +108,6 @@ const tick = () => {
window.fetch(fetchEndpoint.value, {})
.then(res => res.json())
.then(feed => {
if (widgetProps.shuffle) {
shuffle(feed.items);
}
rawItems.value = feed.items ?? [];
fetching.value = false;
key++;