mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
fix: 続rss-ticker.vue修正
This commit is contained in:
parent
d64abedf9f
commit
02df6a28cd
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user