mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Fix:修复lru类名错误的问题
This commit is contained in:
parent
b0044bb5fa
commit
c77c7403da
@ -1,5 +1,5 @@
|
||||
// LRU缓存类
|
||||
export default class CRU {
|
||||
export default class Lru {
|
||||
constructor(max) {
|
||||
this.max = max || 1000
|
||||
this.size = 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user