fix: cache limit issue

master
qier222 4 years ago
parent efd67346fd
commit 61d1d0ab4d
No known key found for this signature in database
GPG Key ID: 9C85007ED905F14D

@ -5,9 +5,9 @@ import store from '@/store';
const db = new Dexie('yesplaymusic');
db.version(2)
db.version(3)
.stores({
trackSources: '&id',
trackSources: '&id, createTime',
})
.upgrade(tx =>
tx

Loading…
Cancel
Save