1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-31 23:31:48 +09:00

Use cache with RSS (#2915)

This commit is contained in:
MeiMei 2018-10-16 12:24:54 +09:00 committed by syuilo
parent 100a525507
commit 1213373027

View File

@ -44,7 +44,6 @@ export default define({
},
fetch() {
fetch(`https://api.rss2json.com/v1/api.json?rss_url=${this.props.url}`, {
cache: 'no-cache'
}).then(res => {
res.json().then(feed => {
this.items = feed.items;