fix: 続rss-ticker.vue修正
This commit is contained in:
parent
d64abedf9f
commit
02df6a28cd
1 changed files with 0 additions and 3 deletions
|
@ -108,9 +108,6 @@ const tick = () => {
|
||||||
window.fetch(fetchEndpoint.value, {})
|
window.fetch(fetchEndpoint.value, {})
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(feed => {
|
.then(feed => {
|
||||||
if (widgetProps.shuffle) {
|
|
||||||
shuffle(feed.items);
|
|
||||||
}
|
|
||||||
rawItems.value = feed.items ?? [];
|
rawItems.value = feed.items ?? [];
|
||||||
fetching.value = false;
|
fetching.value = false;
|
||||||
key++;
|
key++;
|
||||||
|
|
Loading…
Reference in a new issue