Skip to content
Snippets Groups Projects
Commit 02df6a28 authored by tamaina's avatar tamaina
Browse files

fix: 続rss-ticker.vue修正

parent d64abedf
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment